Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the PointerSubType results in an error from chromedriver. #60

Open
seanparsons opened this issue Jul 8, 2022 · 0 comments
Open

Comments

@seanparsons
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant