* Click on an element. You can use the options to set the cursor position. * @see {@link https://vitest.dev/api/browser/interactivity#userevent-click}
(options?: UserEventClickOptions)
| 583 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-click} |
| 584 | */ |
| 585 | click(options?: UserEventClickOptions): Promise<void> |
| 586 | /** |
| 587 | * Triggers a double click event on an element. You can use the options to set the cursor position. |
| 588 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-dblclick} |
no outgoing calls
no test coverage detected