(element, files: string | string[] | File | File[], options)
| 88 | return convertToLocator(element).unhover(options) |
| 89 | }, |
| 90 | upload(element, files: string | string[] | File | File[], options) { |
| 91 | return convertToLocator(element).upload(files, options) |
| 92 | }, |
| 93 | |
| 94 | // non userEvent events, but still useful |
| 95 | fill(element, text, options) { |
nothing calls this directly
no test coverage detected