[dependencies.gloo-timers]
features = ["futures"]
version = ">=0.3"
[dependencies.js-sys]
version = ">=0.3"
[dependencies.web-sys]
features = ["Window", "Element", "HtmlElement", "Document", "HtmlCollection", "Storage", "Location"]
version = ">=0.3"
[dev-dependencies.gloo-utils]
version = "0.2"
[dev-dependencies.wasm-bindgen-test]
version = "0.3"
[dev-dependencies.web-sys]
features = ["Window", "Element", "HtmlElement", "Document", "HtmlCollection", "Storage", "Location", "Url", "UrlSearchParams"]
version = "0.3"
[features]
default = []
nightly = []
[lib]
name = "web_sys_ec"
path = "src/lib.rs"
[package]
authors = ["Álvaro Mondéjar Rubio"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "Expected conditions in Selenium-like style for WASM targets using web-sys."
edition = "2021"
keywords = ["wasm", "testing", "web-sys"]
license = "MIT"
name = "web-sys-ec"
publish = true
readme = "README.md"
repository = "https://github.com/mondeja/web-sys-ec"
version = "0.1.0"
[[test]]
name = "by"
path = "tests/by.rs"
[[test]]
name = "ec"
path = "tests/ec.rs"
[[test]]
name = "local_storage_attribute_value_is"
path = "tests/local_storage_attribute_value_is.rs"
[[test]]
name = "location_search_is"
path = "tests/location_search_is.rs"