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.
//! WebSocket transport for BiDi.
//!//! Single implementation under [`ws`]; broken out so the BiDi handle can
//! depend on a single concrete type while keeping connection state private.
pub(crate)modws;