* Change a file input element to have the specified files. Uses provider's API under the hood. * @see {@link https://vitest.dev/api/browser/interactivity#userevent-upload}
(files: File | File[] | string | string[], options?: UserEventUploadOptions)
| 648 | * @see {@link https://vitest.dev/api/browser/interactivity#userevent-upload} |
| 649 | */ |
| 650 | upload(files: File | File[] | string | string[], options?: UserEventUploadOptions): Promise<void> |
| 651 | |
| 652 | /** |
| 653 | * Make a screenshot of an element matching the locator. |
no outgoing calls
no test coverage detected