(element, options)
| 85 | return convertToLocator(element).hover(options) |
| 86 | }, |
| 87 | unhover(element, 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 | }, |
nothing calls this directly
no test coverage detected