This section explains how to create and manage steps in a scenario.
A scenario consists of multiple steps. Each step automates a user action using an Action and a UIObject.
- Action: Type of user action to run (e.g.,
Touch
,Swipe
,Scroll
). - UIObject: Target element for the action.
Create Steps #
You can add steps in two ways:

1. + button: Click + in the top-right corner of the Scenario Editor panel to add a step.

2. Use Insert: Right-click, then use Insert options to add steps at specific locations.
- Insert child: Add a step under the selected step for conditional execution.
- Insert above: Add a step above the selected step.
- Insert below: Add a step below the selected step.
Change Steps #
Change Names #

New steps are named Unnamed
by default. Rename them for clarity.
Change Actions #

Click the action’s ▼ button to select a different action.
To learn more, see [Stego User Guide > 7.1. Using Actions].
Set UIObjects #
Select the UIObject for the action.
To learn more, see [Stego User Guide > 7.2. Working with UIObjects].
Change Step Order #

Click the drag icon , then drag the step to the desired position. Drop to update the order.