* Sets the value of the current `input`, `textarea` or `contenteditable` element. * @see {@link https://vitest.dev/api/browser/interactivity#userevent-fill}
(text: string, options?: UserEventFillOptions)
| 630 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-fill} |
| 631 | */ |
| 632 | fill(text: string, options?: UserEventFillOptions): Promise<void> |
| 633 | /** |
| 634 | * Drags the current element to the target location. |
| 635 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-dropto} |
no outgoing calls
no test coverage detected