Selenium Java - Handling Form Elements
Which of the following is the correct way to select a radio button using Selenium WebDriver in Java?
click() method on the WebElement.isSelected() only checks selection, getText() returns label text, and sendKeys() is not used for radio buttons.click() to select radio button [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions