pub async fn click_at( client: &CdpClient, session_id: &str, x: f64, y: f64, dblclick: bool, ) -> Result<ClickResult, String>
Click at page coordinates (vision / experimental path).