thirtyfour 0.37.0

Thirtyfour is a Selenium / WebDriver library for Rust, for automated website UI testing. Tested on Chrome and Firefox, but any webdriver-capable browser should work.
Documentation
1
2
3
4
5
6
7
8
/// Extensions for working with Firefox Addons.
pub mod addons;
/// Deprecated legacy CDP shim. New code should use the top-level
/// [`crate::cdp`] module (feature `cdp`) instead.
#[cfg(feature = "cdp")]
pub mod cdp;
// ElementQuery and ElementWaiter interfaces.
pub mod query;