1 2 3 4 5
use rustenium_cdp_definitions::browser_protocol::target::types::TargetId; pub trait Page { fn target_id(&self) -> &TargetId; }