Random Delay
As a list:
generate a random number using Javascript (in this case, between
and
) and save the result in the variable
randomDelay
,
pause for
randomDelay
amount of milliseconds
Command
Target
Value
execute script
Math.random(10000, 60000)
randomDelay
pause
${randomDelay}