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

Is it possible to control the mouse? #345

Open
Saeven opened this issue Jan 13, 2022 · 1 comment
Open

Is it possible to control the mouse? #345

Saeven opened this issue Jan 13, 2022 · 1 comment

Comments

@Saeven
Copy link

Saeven commented Jan 13, 2022

Good morning!

I need to automate a selection action, I noted that some drivers offer getMouse, or Actions type functionality. Can this be reproduced with Mink?

Thank you!

@stof
Copy link
Member

stof commented Jan 13, 2022

The Mink abstraction does not have an API for that, as our drivers would not be able to implement (Selenium2Driver exposes the underlying webdriver session as an escape hatch when you need to do something supported by Selenium and you know your code does not need to support other drivers)

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

2 participants