Selenium Java - Actions Class
You want to select multiple items in a list by holding the CONTROL key and clicking each item. Which of the following code snippets correctly performs this action on three elements: elem1, elem2, and elem3?
keyDown(Keys.CONTROL) before clicking elem1, elem2, and elem3.keyUp(Keys.CONTROL) after clicking all elements, then perform the action.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions