adspace
How do you click on a menu item in a drop down menu?
Answer Posted / Ravi Awasthi
To click on a menu item in a dropdown menu in Selenium, first find the WebElement representing the dropdown (usually using findElementByXPath or findElementById), and then use the click() method on the WebElement representing the menu item.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers