I’d like to be able to verify the menu has all the proper dropdown menus with out clicking/selecting, just verifying the id/string of each menu item is ok, I saw from here Selenium: How to select an option from a select menu? how I can select them, but I don’t want to select them. Thanks for any help.
Share
I think you could do something like this to verify the element on the page without selecting them, you’re xpath would probably vary my example is quite simplified:
HTML:
Selenium Test Case: