How to select 2nd Level SubMenu in Selenium WebDriver with Java
问题 I have been trying all possible answers that were provided for similar Query. My lay-out Structure of the Menu: MainMenu1 , Manimenu2.... etc Under Each Mainmenu Submenu1>Item1, Item2, Item3 Submenu2>Item1, Item2, Item3 Submenu3>Item1, Item2, Item3 To get to Item1 or Item2 or Item3, we have to move the mouse over and hover it over Mainmenu1>submenu1 and then click Item2 I was able to use mouse-hover command and get it open the Mainmenu but unable to get past it. Any suggestions Please?