Set the time delay in milliseconds between commands.
setAutoDelay(ms = 100)
(milliseconds). Default is 100
.
setAutoDelay()
setAutoDelay(1000) # 1 Second between commands
move(100, 100)
move(50, 50)
Run the code above in your browser using DataLab