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.
If I add the following to an action:
The the
performActionsfunction results in this error:The above error isn't presented if that field is left as
Nothing.