rustenium 1.0.0

A modern, robust, high-performance WebDriver BiDi automation library for Rust
Documentation
1
2
3
4
5
6
mod chrome;
mod node;
mod bidi;

pub use node::{NodePosition, Node, NodeType};
pub use chrome::{ChromeNode, BidiNodeScreenshotOptions};