webdriver 0.18.0

Library implementing the wire protocol for the W3C WebDriver specification.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "webdriver"
version = "0.18.0"
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
repository = "https://github.com/jgraham/webdriver-rust"
license = "MPL-2.0"

[dependencies]
log = "0.3"
regex = "0.1"
rustc-serialize = "0.3"
hyper = {version = "0.9", default-features = false}
cookie = {version = "0.2", default-features = false}
time = "0.1"