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