Scenarios consist of multiple Steps, and each Step automates user actions.
Steps can be set up with Actions and UIObjects.
- Action: Type of user action to run (e.g.,
Touch
,Swipe
,Scroll
) - UIObject: UIObject to run the action on
Create Steps #
There are two ways to create steps.

1. Use + button: Create steps with the + button at the top of the Scenario Editor panel.

2. Use Insert: Right-click, then use Insert options to add steps at specific locations.
- Insert child: Add a step under the selected step. Use when adding child steps to run based on conditions.
- Insert above: Add a step above the selected step.
- Insert below: Add a step below the selected step.
Change Steps #
Change Names #

When you create a step, the name is automatically set to Unnamed. You can change it to a name that’s easier to understand.
Change Actions #

Change actions with the action’s ▼ button.
→ Stego User Guide > 7.1. Using Actions
Set UIObjects #
Choose the UIObject to run the action on.
→ Stego User Guide > 7.2. Working with UIObjects
Change Step Order #

You can change step order with drag and drop. Click the drag icon , then drag to the desired position to change the order.