Clear the element's input (for input and textarea elements only).
()
| 78 | |
| 79 | /** Clear the element's input (for input and textarea elements only). */ |
| 80 | clear(): Promise<void>; |
| 81 | |
| 82 | /** |
| 83 | * Click the element at the default location for the current environment. If you need to guarantee |
no outgoing calls