Skip to main content

click_realistic

Function click_realistic 

Source
pub async fn click_realistic(page: &Page, x: f64, y: f64) -> Result<(), Error>
Expand description

Click at position with realistic mouse-down delay.

ยงExample

use guise::human::behavior::click_realistic;
click_realistic(page, 200.0, 150.0).await?;