Selenium Java - Actions Class
You need to move the mouse over a menu element and then click a submenu item using Selenium Java Actions. Which of the following code snippets correctly performs this sequence?
moveToElement(menu) to hover.click(subMenu) to click submenu item.perform() once to execute both actions sequentially.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions