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.
()
| 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. |
no outgoing calls