You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 text was updated successfully, but these errors were encountered: