Flow Commands

From UBot Studio
Revision as of 22:00, 10 October 2012 by LillyT (Talk | contribs)

Jump to: navigation, search

The Flow Commands allow you to control the way processes flow within your script.

List of Flow Commands

  • Pause Script: Pauses the script. This is generally used for debugging purposes
  • Stop Script: Stops the script. This is generally used for debugging purposes
  • Wait: waits for a specified number of seconds
  • Wait For Element: Waits for a specified element to appear or disappear from a page
  • Return: Exits the current command or function and allows custom functions to return a value
  • Loop: Runs the contained commands a specified amount of times
  • Loop While: Runs the contains commands while a specified condition is true.
  • Thread: Runs the contained commands in a separate threat from the main script allowing multiple commands to run at the same time. (Professional and Developer Editions Only)
  • If: Runs the contained commands if the condition is true
  • Then: Use this inside of an if command to specify which command should run if the condition is true
  • Else If: Use this inside of an if command to specify another condition to check if the last condition was not true
  • Else: Use this inside of an if command to specify which command should run if the condition is not true
  • Define: Defines a custom command or function that can be used in the correct bot.
  • Alert: Displays an alert box to display a message to the end user
  • In New Browser: Runs all commands inside a separate web browser in separate windows
  • Divider: Visually divides up pieces of code to help the visual aesthetics of the scripting window
  • Comment: Allows you to write comments within your code.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox