🐦Nested Steps

Our enhanced prompt editor allows you to create nested steps. This page will showcase use cases for adopting this approach.

Example 1: I wish to execute multiple actions in a single line.

1. Check that you are currently on a screen featuring x, y, and z:
    1.1. If so, tap on the 'a' text
    1.2. If so, tap on the 'b' text

Example 2: I want to verify a condition before proceeding to the next steps.

1. Check that you are currently on a screen featuring x, y, and z:
    1.1. If not, do 'a' and continue to step 2.
    1.2. If so, continue to step 2.

Example 3: I intend to pass the test if the following assertions are satisfied.

1. Check that you are on a screen featuring the following. If so, succeed the test.
    1.1. x
    1.2. y
    1.3. z

Last updated