Steps Toolbox pane

This pane enables you to drag and drop API functions into your script.

UI example
To access

Use one of the following:

  • Design > Insert in Script > New Step
  • Click within a script and select Insert > New Step from the right-click menu
  • Press Ctrl+Alt+B
Important information
  • A step's associated parameter dialog box opens when you add the step to the script.
  • You can drag and drop steps into your script.
  • You cannot drag and drop a step into a step from the Steps Toolbox but you can manually add a step parameter within a step.
  • If you insert a step into the incorrect location in your script, the script may fail.
Relevant tasks Insert steps into a script.

User interface elements are described below (unlabeled elements are shown in angle brackets):

UI Element Description
<Function List>

Displays a list of available functions divided into the following categories:

  • Common
  • Web checks
  • Services
  • XML
  • Web JS
  • Async

Search. Enables you to perform an incremental search in the function list by entering text. For example, if you type "web" into the search box, the function list will display only those function that include the letters "web".

Add. Add the highlighted step to the current location in your script.
Expand/Collapse. Expand or collapse the step categories.

Back to top