___________ is the command we can use to hold the bot execution for some specific amount of time and then continue.
Answers
Answered by
10
The answer is setTimeout.
setTimeout is the command we can use to hold the bot execution for some specific amount of time and then continue. This command can be used to execute a function or evaluate an expression after a certain period of time in milliseconds.
The execution of the setTimeout command takes place only one. The format to perform this command is
setTimeout(function, milliseconds);.
mailme531:
This is related to Automation Everywhere. Correct Answer is 'Delay'.
Answered by
2
setTimeout can be defined as a command which we can use to hold the bot execution for some specific amount of time and then continue. settimeout command can be used to execute a function or evaluate an expression after a certain period of time in milliseconds. The execution of the setTimeout command takes place only once
Similar questions