If this element is a form entry element, this will reset its value. See W3C WebDriver specification and HTML specification for more details.
()
| 77 | * for more details. |
| 78 | */ |
| 79 | void clear(); |
| 80 | |
| 81 | /** |
| 82 | * Get the tag name of this element. <b>Not</b> the value of the name attribute: will return |
no outgoing calls