MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Is it possible to control the mouse?
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!
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)