Step Navigator pane

The Step Navigator is a table view of the API function calls in the script. In addition, the Step Navigator pane enables you to navigate to a selected step in your script.

If your script contains many steps, you can use the search box to search for matching text in the different parts of the steps.

To access View > Steps
Important information
  • You can search within an action or script but not across multiple scripts in a solution.
  • You can move this pane to different areas of the Main User Interface. For details, see How to Modify the VuGen Layout.
  • You can view the script in either action or script scope.

  • Every step that has a snapshot is marked with an icon. When hovering over a step that has an associated thumbnail it is presented as a tooltip.

  • Double clicking a step, takes you to the corresponding location in the script and synchronizes all other panes.

  • Step Navigation is synchronized based on the validity of the script. You can check the status of the pane during script editing.

User interface elements are described below:

UI Element
Description
Search box
You can search different parts of the steps for matching text. The following parts of the steps can be searched:
  • All. (Default) All parts of the step (name, step, arguments).
  • Name. The name of the step.
  • Step. The description of the step (for example, web_url, web_custom_request)
  • Arguments. The arguments for the step.
Enter the text you want to search for in your steps, in the search edit box and select the part of the steps you want to search. The Steps pane displays only those steps that match your search criteria.
Line
The number of the step in the script.
Name
A step name.
Step
The step type.
/ File parser indicator. A green symbol indicates that parsing succeeded and a red symbol indicates that parsing failed.
Action
The action into which the step was created.
# steps displayed
Displays the total number of steps in the script or in the action.

Back to top