I\'m not able to select options in a drop down list. I think I need to have .Select or SelectElement, but there is no such option.
.Select
SelectElement
Sample code:
You can also use:
new SelectElement(driver.FindElement(By.Id("")).SelectByText(""));
Or:
new SelectElement(driver.FindElement(By.Id("")).SelectByValue(""));