-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement Element Send Keys according to spec #33
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa7f155 - Browse repository at this point
Copy the full SHA aa7f155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5eb7d - Browse repository at this point
Copy the full SHA 7f5eb7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5da0a69 - Browse repository at this point
Copy the full SHA 5da0a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862efbe - Browse repository at this point
Copy the full SHA 862efbeView commit details -
Fix some issues with key actions.
- The spec is unclear on how to tell if a cluster is a modifier. Maybe normalizing the cluster is the right thing to do, maybe it's not - Add the input ID to the action sequence
Configuration menu - View commit details
-
Copy full SHA for cc56b4c - Browse repository at this point
Copy the full SHA cc56b4cView commit details
Commits on May 5, 2024
-
Add a delay after each key press.
Makes tests pass more consistently. There is probably a better way to do this.
Configuration menu - View commit details
-
Copy full SHA for 60b660b - Browse repository at this point
Copy the full SHA 60b660bView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89786b8 - Browse repository at this point
Copy the full SHA 89786b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0636b2 - Browse repository at this point
Copy the full SHA d0636b2View commit details -
Add a failing test due to w3c spec issue.
As far as I can see this failing test is caused by a defect in the spec w3c/webdriver#1809?
Configuration menu - View commit details
-
Copy full SHA for df3bba1 - Browse repository at this point
Copy the full SHA df3bba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a46a0e - Browse repository at this point
Copy the full SHA 5a46a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2234e9b - Browse repository at this point
Copy the full SHA 2234e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dee05 - Browse repository at this point
Copy the full SHA 01dee05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9844248 - Browse repository at this point
Copy the full SHA 9844248View commit details -
Co-authored-by: aristotelos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 483633c - Browse repository at this point
Copy the full SHA 483633cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82bff21 - Browse repository at this point
Copy the full SHA 82bff21View commit details -
Guessing how things should be implemented.
Because the spec doesn't explain...
Configuration menu - View commit details
-
Copy full SHA for 537e42f - Browse repository at this point
Copy the full SHA 537e42fView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27c7fbf - Browse repository at this point
Copy the full SHA 27c7fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b48fdd6 - Browse repository at this point
Copy the full SHA b48fdd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8bc51 - Browse repository at this point
Copy the full SHA 9c8bc51View commit details
Commits on May 8, 2024
-
Remove code that doesn't follow spec.
Looks like `ResetInputState` must be called manually to clean up?
Configuration menu - View commit details
-
Copy full SHA for 81d7a40 - Browse repository at this point
Copy the full SHA 81d7a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7188f38 - Browse repository at this point
Copy the full SHA 7188f38View commit details