Selenium Java - Actions Class
Which of the following is the correct syntax to press and release the SHIFT key on an element using Selenium Actions in Java?
keyDown(Keys.SHIFT) to hold SHIFT.keyUp(Keys.SHIFT), finally call perform().15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions