Selenium Java - Handling Form Elements
Which Selenium Java method is used to select or deselect a checkbox element?
click() method is used.sendKeys() is for typing text, submit() submits forms, and clear() clears text fields, none toggle checkboxes.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions