Automatic steps are non-interactive parts of a tour that progress without user input, creating a seamless flow.



Different Types of Automatic Steps


1- Redirect: A redirect step moves users to a different page, allowing the tour to continue on the new page.


2- Delay: Pauses the tour for a set amount of time before moving to the next step.


3- Condition Step: Specify a condition for the tour to progress. If the condition is met, Then the tour performs the defined action (e.g., move to the next step, previous step, or go to a specific step). If the condition is not met, Else the tour takes an alternative action, such as closing the tour or proceeding to a different step. (Available on Premium and Enterprise accounts)


Configure option,

  • URL contains: Checks if the URL contains a specific value.
  • URL equals: Compare the URL to a specific value for an exact match.
  • Tag value: Verifies the value of a specific tag.
  • Element exists: Ensures that a particular element exists on the page.


4- Trigger Event: The trigger event allows you to either trigger a JavaScript event or use it to send data to a webhook. (Available on Premium and Enterprise accounts)


5- Page Action: You can perform actions on a selected element, such as clicking it or filling in a value. (Available on Premium and Enterprise account)