Skip to main content

idle_pause

Function idle_pause 

Source
pub async fn idle_pause()
Expand description

Random idle pause — simulates reading/thinking time.

§Example

use captchaforge::behavior::idle_pause;

idle_pause().await;