MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Is it possible to control the mouse?

Open Saeven opened this issue 3 years ago • 1 comments

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!

Saeven avatar Jan 13 '22 15:01 Saeven

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)

stof avatar Jan 13 '22 15:01 stof