rustenium 1.1.9

A modern, robust, high-performance WebDriver BiDi automation library for Rust
Documentation
1
2
3
4
5
6
7
8
pub mod keymap;
pub mod mouse;
pub mod keyboard;
pub mod touchscreen;

pub use mouse::CdpMouse;
pub use keyboard::CdpKeyboard;
pub use touchscreen::{Touchscreen as CdpTouchscreen, TouchHandle as CdpTouchHandle};