Wait
It adds a waiting time in milliseconds for the robot's next action.
Last updated
It adds a waiting time in milliseconds for the robot's next action.
Last updated
Title
Title Description
Delay the next action in milliseconds.
Create delay in milliseconds for the next execution of the robot.
To use it, just drag it to Studio's workspace and define the milliseconds to be applied.
TIP
Remember that every 1 millisecond is equivalent to 0.001 seconds, that is, 1 second is equal to 1000 milliseconds.
Use it to check if a web page loaded correctly, before taking the next action. Example: Open Browser and then Open a new tab
Use it to check if a robot's action was performed correctly, before taking the next action. Example: Open Excel and then enter some data.
Open Browser and wait 3 (three) seconds to execute the robot's next action
STEP 1: To set "open browser"
STEP 2: To set "wait" object
STEP 3: To set "open new tab" and "close browser" objects
STEP 4: Run the robot and check its actions.