LDTP  2.3.1
simulatemousemove

Syntax

simulatemousemove(<source_x>, <source_y>, <dest_x>, <dest_y>[, delay = 0.0])

Description

Simulate the mouse move, as if the user is moving from source to destination

Return values
Returns1 on success, LdtpExecutionError exception will be thrown on failure

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/device.c

Example

mousemove(0, 0, 100, 100)

Author
Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com


Linux Desktop Testing Project