webdriver-w3c
webdriver-w3c copied to clipboard
Setting the PointerSubType results in an error from chromedriver.
If I add the following to an action:
_inputSourceParameters = Just $ InputSourceParameter $ Just PointerMouse
The the performActions
function results in this error:
invalid argument
from invalid argument: 'pointerType' must be a string and one of mouse, pen or touch
(Session info: chrome=102.0.5005.115)",
The above error isn't presented if that field is left as Nothing
.