Random Delay

As a list:

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