Skip to main content

Module wait

Module wait 

Source
Expand description

Wait/sleep utilities for browser automation.

This module provides utilities for waiting and sleeping with optional abort signal support.

Structs§

SafeEvaluateResult
Result of a safe evaluate operation.
WaitResult
Result of a wait operation.

Functions§

evaluate
Evaluate JavaScript in the page context.
safe_evaluate
Safe evaluate that catches navigation errors and returns a default value.
wait
Wait for a specified duration.
wait_with_cancel
Wait for a specified duration with abort support.