Selenium Java - Actions Class
Which of the following is the correct way to hold the CONTROL key and click on an element using Selenium Actions?
keyDown(Keys.CONTROL) before click(element).keyUp(Keys.CONTROL) after the click, then call perform().15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions