1 2 3 4 5 6 7
//! Wait system for Playwright-compatible load states and auto-waiting. mod load_state; mod waiter; pub use load_state::DocumentLoadState; pub use waiter::{LoadStateWaiter, NavigationResponseData};