adspace
Answer Posted / Kapil Kumar Verma
In Selenium, you can handle dropdowns using Select class. First, you need to locate the dropdown element, then create a new instance of the Select class, and finally use methods like selectByIndex(), selectByVisibleText(), or selectByValue().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers