//! Extension traits for BrowserClient
//!
//! This module provides extension traits that organize browser operations
//! into logical groups. Each trait is implemented in its own file for
//! better compile times and maintainability.
pub use InteractionExt;
pub use NavigationExt;
pub use QueryExt;
pub use StorageExt;
pub use TabsExt;
pub use WaitingExt;