Library implementing the wire protocol for the W3C WebDriver standard.
Перейти к файлу
James Graham ac127928a4 Wrap responses in a 'value' key.
The approach here is a little hacky but it allows us to continue using
rustc_serialize to encode the data and avoids changing the internal API.
2017-02-24 23:15:00 +00:00
src Wrap responses in a 'value' key. 2017-02-24 23:15:00 +00:00
.gitignore Extensions Nullable and change Dates data to pub 2016-03-27 12:21:27 -04:00
.travis.yml Add travis CI support. 2016-04-04 12:58:54 +01:00
Cargo.toml cargo: bump version to 0.21.0 2017-02-24 16:36:12 +00:00
LICENSE Update package metadata for release 2015-04-09 16:20:51 +01:00
README.md readme: add crates.io badge 2017-02-24 16:39:42 +00:00

README.md

webdriver Rust library Crate version Documentation Build status

As of right now this is an implementation for the server side of the WebDriver API in Rust, not the client side.