How do I select a WebElement in Selenium?
In Selenium, Select a WebElement in Selenium Scroll down, choose Different Select Methods.selectByVisibleText: selectByVisibleText(String arg0): void. selectByIndex: selectByIndex(int arg0) : void. selectByValue: selectByValue(String arg0) : void. getOptions: getOptions( ) : List deselectAll()