MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / isSelected

Method isSelected

java/src/org/openqa/selenium/WebElement.java:205–205  ·  view source on GitHub ↗

Determine whether this element is selected or not. This operation only applies to input elements such as checkboxes, options in a select and radio buttons. For more information on which elements this method supports, refer to the <a href="https://w3c.github.io/webdriver/webdriver-spec.html#is-elemen

()

Source from the content-addressed store, hash-verified

203 * @return True if the element is currently selected or checked, false otherwise.
204 */
205 boolean isSelected();
206
207 /**
208 * Is the element currently enabled or not? This will generally return true for everything but

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls