Learn R Programming

rMouse (version 0.1)

setAutoDelay: Set automatic delay between commands

Description

Set the time delay in milliseconds between commands.

Usage

setAutoDelay(ms = 100)

Arguments

ms

(milliseconds). Default is 100.

See Also

delay

Examples

Run this code

setAutoDelay()
setAutoDelay(1000)   # 1 Second between commands
move(100, 100)
move(50, 50)

Run the code above in your browser using DataLab