How to select a value from drop down list in Selenium Web Driver using Java Its very easy to select an option from the list.We can select an option by the following ways. Select by Index. Select by Value. Select by Visible Text.