browsing 0.1.5

Browser automation: navigate, click, extract, screenshot. Standalone browser control via CDP.
Documentation
1
2
3
4
5
6
//! Re-exports of view types from module-specific views
//!
//! Single source of truth: each module owns its view types in its own `views` submodule.
//! This module provides convenient re-exports for a unified public API.

pub use crate::browser::views::BrowserStateSummary;