LDTP
3.0.0
|
simulatemousemove(<source_x>, <source_y>, <dest_x>, <dest_y>[, delay = 0.0])
Simulate the mouse move, as if the user is moving from source to destination
Returns | 1 on success, LdtpExecutionError exception will be thrown on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/device.c
mousemove(0, 0, 100, 100)