Expand description
Wait/sleep utilities for browser automation.
This module provides utilities for waiting and sleeping with optional abort signal support.
Structs§
- Safe
Evaluate Result - Result of a safe evaluate operation.
- Wait
Result - 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.