Wait Steps
Learn how to create and customize wait steps to pause your tour until certain conditions are met.Basic Usage
Create a Wait Step
Wait with Options
Advanced Features
Wait for Element
Wait for an element to appear:Wait for Condition
Wait for a custom condition:Wait for User Action
Wait for user interaction:Best Practices
- Be Clear: Provide clear messages about what you’re waiting for
- Be Patient: Set reasonable timeouts
- Be Helpful: Show loading indicators when appropriate
- Be Fallback: Provide fallback behavior if conditions aren’t met
Common Issues
Wait Not Completing
- Check condition logic
- Verify target element exists
- Check timeout values
- Ensure proper event handling
User Experience
- Avoid long wait times
- Provide clear feedback
- Handle timeouts gracefully
- Consider fallback options