Insert Delay                                                    Example

If you want to wait for some time before the next action in the macro, you can insert a delay.

You can either insert a specific delay by providing a number and selecting milliseconds or seconds OR you can insert a random delay by providing the upper and lower range of numbers for Workspace Macro Pro to generate a random number in the given range.

Example: To insert a delay of 5 seconds

  1. Open the Macro Editor from Tools - Macro Editor.
  2. Double click on the 'Insert Delay' command.
  3. Type '5' in the 'Delay' text box.
  4. Select option 'Delay in Seconds'
  5. Click on 'Save' button.

Example: To insert a 'Delay' that takes its value Randomly from 5 to 500 seconds.

  1. Open the Macro Editor from Tools -> Macro Editor.
  2. Double click on the 'Insert Delay' command.
  3. Select the option 'Random Delay'.
  4. Type '5' in the 'From' textbox.
  5. Type '500' in the 'To' textbox.
  6. Select option 'Delay in Seconds'
  7. Click on 'Save' button.