powered by
Move cursor to specific coordinate of screen .
mouse.move(x, y)
numeric. X-axis of screen.
numeric. Y-axis of screen.
# NOT RUN { # Move cursor to middle of screen in 1080FHD monitor mouse.move(x=960,y=540) # }
Run the code above in your browser using DataLab