thirtyfour 0.19.2

Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing. It supports the full W3C WebDriver spec.
Documentation
[[example]]
name = "tokio_async"
required-features = ["tokio-runtime"]

[[example]]
name = "async_std_example"
required-features = ["async-std-runtime"]

[[example]]
name = "selenium_example"
required-features = ["tokio-runtime"]
[dependencies.async-std]
features = ["attributes"]
optional = true
version = "1.6"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.12"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.displaydoc]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
optional = true
version = "0.10"

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

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.surf]
features = ["curl-client"]
optional = true
version = "2.0.0-alpha.5"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["fs", "macros", "rt-threaded", "io-util"]
optional = true
version = "0.2"

[dependencies.urlparse]
version = "0.7"
[dev-dependencies.color-eyre]
version = "0.5.6"

[features]
async-std-runtime = ["async-std", "surf"]
default = ["tokio-runtime", "reqwest-default-tls"]
reqwest-default-tls = ["reqwest/default-tls"]
reqwest-native-tls = ["reqwest/native-tls"]
reqwest-native-tls-vendored = ["reqwest/native-tls-vendored"]
reqwest-rustls-tls = ["reqwest/rustls-tls"]
tokio-runtime = ["tokio", "reqwest"]

[package]
authors = ["Steve Pryde <steve@stevepryde.com>"]
categories = ["api-bindings", "development-tools::testing", "web-programming::http-client"]
description = "Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing.\n\nIt supports the full W3C WebDriver spec.\n"
documentation = "https://docs.rs/thirtyfour"
edition = "2018"
homepage = "https://github.com/stevepryde/thirtyfour"
keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"]
license = "MIT OR Apache-2.0"
name = "thirtyfour"
readme = "README.md"
repository = "https://github.com/stevepryde/thirtyfour"
version = "0.19.2"