-
Notifications
You must be signed in to change notification settings - Fork 163
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
Current "key*" methods are just emulating JS events #139
Comments
For For |
keyup and keydown are hard to use right, because they are low-level actions, and must be applied in an order matching the behavior of a user action. Btw, the W3C webdriver spec defines only 2 actions: |
Then we'll just update |
Hello! What's the status of this? It's very much needed. |
Current "key*" methods are just emulating JS events instead of actually pressing corresponding keys. I recommend using dedicated WebDriver calls for that instead.
Though we need to add test to Mink to ensure that fired JS events are still fired as they should.
The text was updated successfully, but these errors were encountered: