Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport webdriver actions #11254
Open
Support webdriver actions #11254
Labels
Comments
This was referenced May 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently there's no Servo support for webdriver actions (https://www.w3.org/TR/webdriver/#actions) e.g. mouse actions, and indeed the webdriver crate has them commented out (https://github.com/jgraham/webdriver-rust/blob/master/src/command.rs#L52).
cc: @jgraham