* Clears the input element content * @see {@link https://vitest.dev/api/browser/interactivity#userevent-clear}
(options?: UserEventClearOptions)
| 615 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-clear} |
| 616 | */ |
| 617 | clear(options?: UserEventClearOptions): Promise<void> |
| 618 | /** |
| 619 | * Moves the cursor position to the selected element |
| 620 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-hover} |
no outgoing calls
no test coverage detected