Selenium Java - Handling Form Elements
Which Selenium WebDriver method is used to check if a radio button is currently selected?
isSelected() method returns true if the radio button is selected.isDisplayed() checks visibility, isEnabled() checks if clickable, getText() gets label text.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions