Selenium Java - Actions Class
You want to hover over a menu item and then click a submenu item that appears only after hover. Which is the correct way to do this in Selenium Java?
moveToElement(menu) to hover, then click(submenu) to click the submenu, and finally perform() to execute both actions in order.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions