* Native Rust rewrite of agent-browser daemon Single-binary Rust implementation replacing the Node.js/Playwright daemon with direct CDP (Chrome DevTools Protocol) communication. Includes full command parity, WebDriver/Safari/iOS backend routing, request tracking, frame context management, CDP protocol codegen, and comprehensive tests. * improvements * fix ci * fixes * faster builds
7 lines
93 B
Rust
7 lines
93 B
Rust
pub mod appium;
|
|
pub mod backend;
|
|
pub mod client;
|
|
pub mod ios;
|
|
pub mod safari;
|
|
pub mod types;
|