Conditionally run steps
Sometimes you need to run some steps based on a condition. For example, you may want to fill a form only when the form is shown. You need a conditional when your application logic is non-deterministic.
Adding conditionals
Add a Check or a JS step.
Open the conditional tab from the step.
With the conditional, your trace can skip one or more following steps. Using routines, you can skip multiple steps.