(element, options)
| 79 | return convertToLocator(element).selectOptions(value, options) |
| 80 | }, |
| 81 | clear(element, options) { |
| 82 | return convertToLocator(element).clear(options) |
| 83 | }, |
| 84 | hover(element, options) { |
| 85 | return convertToLocator(element).hover(options) |
| 86 | }, |
nothing calls this directly
no test coverage detected