// Browser automation module using Fantoccini // Provides Browser Hand capabilities for ZCLAW // // Public exports are used by browser/commands.rs (Tauri commands) and browser/client.rs pub mod client; pub mod commands; pub mod error; pub mod session; // pub mod actions; // Removed: dead code — see actions.rs for details