Skip to main content

click_at

Function click_at 

Source
pub async fn click_at(
    client: &CdpClient,
    session_id: &str,
    x: f64,
    y: f64,
    dblclick: bool,
) -> Result<ClickResult, String>
Expand description

Click at page coordinates (vision / experimental path).