Selenium-rs
About
Selenium-rs is a simple client for the selenium webdriver. Its built to work with the webdriver protocol (spec found here). It currently supports the chrome Driver, and Gecko (firefox) support is on the way.
Installation
[]
= "0.1.0"
Documentation: docs.rs
Current Status
Currently, the project supports many of the more important functionalities provided by the webdriver spec. However, it is still a fair bit away from complete. Support will get periodically added as I find the time to finish implementing everything described in the webdriver spec. In-progress features will be tracked here.
Note: Currently only tested with Selenium 3.14
Contribution
Pull requests are always welcome! Please see the issue tracker for currently in-progress features, improvements, and bugfixes.
Licence
This is provided under the MIT license.