Answer the question
In order to leave comments, you need to log in
Dropdown list in selenium ide?
When you click on the field, a list of cities appears. I need to find any city and select it.
Help!((
driver.findElement(By.id("cityFieldR")).click();
Select dropdown=new Select((WebElement) By.id("cityFieldR"));
dropdown.selectByValue("Ангарск");
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question