How do you get all the values from Drop Down list?
Answer Posted / chetan phani.j
If the dropdown list box is developed by using Select tag then we can use Select class.
ex:
WebElement adrs=d.findelementBy.id();
Select sal=new Select(adrs);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain me what are the main advantages of selenium?
What are some limitations of selenium?
How selenium grid works?
How can you insert a start point in selenium ide?
What is selenium 3.0?
When do we use findelement() and findelements()?
Do you know a way to refresh browser by using selenium?
Do you know how to mouse hover an element in selenium?
What are the different components of the selenium?
What kind of keyboard operations can be performed in selenium?
Is selenium server needed to run selenium webdriver scripts?
What are the types of assertions there in selenium?
What are the webdriver supported mobile testing drivers?
Do you know any alternative test automation tools for selenium?
What evaluation can selenium do?