Delay package

Use the Delay package to add a timed delay to the logic.

You can use timed delay to add the amount of time a bot waits before moving to the next task. You can specify the amount of time in milliseconds or seconds.
Note: You can specify a maximum time delay of 9999999 milliseconds or seconds.

Example: If we give a timed delay of 5 seconds, the bot will wait for 5 seconds and then execute the action following the delay.

The Delay package includes the following action:

Action Description
Delay See Delay action in Delay.