thirtyfour 0.2.2

Selenium webdriver client for Rust, inspired by the python selenium library, and named after the atomic number for Selenium (Se)
Documentation
[dependencies.async-std]
version = "1.2.0"

[dependencies.base64]
version = "0.11.0"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.0-alpha.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.urlparse]
version = "0.7.3"
[dev-dependencies.tokio]
version = "0.2.0-alpha.6"

[package]
authors = ["Steve Pryde <steve@stevepryde.com>"]
categories = ["development-tools::testing"]
description = "Selenium webdriver client for Rust, inspired by the python selenium library, and named after the atomic number for Selenium (Se)"
edition = "2018"
homepage = "https://github.com/stevepryde/thirtyfour"
keywords = ["selenium", "webdriver", "testing", "test"]
license = "Apache-2.0"
name = "thirtyfour"
readme = "README.md"
repository = "https://github.com/stevepryde/thirtyfour"
version = "0.2.2"