Documentation Index
Fetch the complete documentation index at: https://docs.spurtest.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The wait action pauses test execution for a specified duration, allowing the page to finish loading, animations to complete, or data to process before the next step runs.Dynamic AI Wait
The agent automatically determines the optimal wait duration based on page state and context. Use this when you do not need precise timing control. Ideal for:- Standard page load operations
- UI transitions and animations
- Dynamic content loading

Explicit Wait
Specify an exact duration for the agent to wait, giving you precise timing control. Ideal for:- Complex loading operations
- Third-party integrations
- Heavy data processing tasks

