Selenium Java - Actions Class
Which of the following is the correct way to perform a click and hold action on a WebElement
element using Selenium in Java?element using Selenium in Java?new Actions(driver) to perform complex mouse actions.clickAndHold(element) followed by perform() to execute the action.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions