thirtyfour_sync 0.22.2

Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing. This crate is the synchronous version only. For async, see the `thirtyfour` crate instead.
Documentation
[[example]]
name = "sync"
[dependencies.base64]
version = "0.13"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
default-features = false
features = ["blocking", "json"]
version = "0.11"

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

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

[dependencies.thirtyfour]
features = ["tokio-runtime"]
version = "0.22.2"
[dev-dependencies.color-eyre]
version = "0.5"

[features]
default = ["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"]

[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\nThis crate is the synchronous version only. For async, see the `thirtyfour` crate instead.\n"
documentation = "https://docs.rs/thirtyfour_sync"
edition = "2018"
homepage = "https://github.com/stevepryde/thirtyfour_sync"
keywords = ["selenium", "webdriver", "chromedriver", "geckodriver", "automation"]
license = "MIT OR Apache-2.0"
name = "thirtyfour_sync"
readme = "README.md"
repository = "https://github.com/stevepryde/thirtyfour_sync"
version = "0.22.2"