Skip to main content

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

  1. Be Clear: Provide clear messages about what you’re waiting for
  2. Be Patient: Set reasonable timeouts
  3. Be Helpful: Show loading indicators when appropriate
  4. 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

Next Steps

Tooltips

Learn about tooltip steps

Modals

Learn about modal steps