首页布局优化前
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
// Browser automation module using Fantoccini
|
||||
// Provides Browser Hand capabilities for ZCLAW
|
||||
//
|
||||
// Note: Public exports are reserved for future Browser Hand features
|
||||
|
||||
#![allow(unused_imports)]
|
||||
|
||||
pub mod client;
|
||||
pub mod commands;
|
||||
@@ -7,6 +11,7 @@ pub mod error;
|
||||
pub mod session;
|
||||
pub mod actions;
|
||||
|
||||
// Re-export main types for convenience
|
||||
pub use client::BrowserClient;
|
||||
pub use error::{BrowserError, Result};
|
||||
pub use session::{BrowserSession, SessionConfig};
|
||||
|
||||
Reference in New Issue
Block a user