(element, value, options)
| 76 | return convertToLocator(elementOrOptions).wheel(options) |
| 77 | }, |
| 78 | selectOptions(element, value, options) { |
| 79 | return convertToLocator(element).selectOptions(value, options) |
| 80 | }, |
| 81 | clear(element, options) { |
| 82 | return convertToLocator(element).clear(options) |
| 83 | }, |
nothing calls this directly
no test coverage detected