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

Method isEnabled

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

Is the element currently enabled or not? This will generally return true for everything but disabled input elements. See W3C WebDriver specification for more details. @return True if the element is enabled, false otherwise.

()

Source from the content-addressed store, hash-verified

214 * @return True if the element is enabled, false otherwise.
215 */
216 boolean isEnabled();
217
218 /**
219 * Get the visible (i.e. not hidden by CSS) text of this element, including sub-elements.

Implementers 2

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

Calls

no outgoing calls