I\'m new to both C# and Selenium WebDriver.
I know how to select/click on an option in a drop-down list, but I\'ve a problem before that. Since the drop-down list i
Select select = new Select(driver.findElement(By.id("searchDropdownBox"))); select.getOptions();//will get all options as List