record: Record mouse movements
Description
Record subsequent mouse movements and print to console.
Usage
record(n = 10, timeInterval = 5, failSafe = TRUE)
Arguments
n
number of mouse moves to record. Default is 10.
timeInterval
(seconds). Record after how much seconds. Default is 5.
failSafe
Logical flag to allow for emergency stops. Default is TRUE.
Value
Prints "delay(2000); move(x,y); left()" to the console.