IMouse Interface
Provides access to the SUT's mouse
Methods
Name
Description
Triggers a MOUSE_DOWN event on the subject under test
Triggers a MOUSE_DOWN event on the subject under test
Moves the mouse to an absolute position on the subject under test
Moves the mouse to an absolute position on the subject under test
Moves the mouse relative to the current position on the subject under test
Triggers a SCROLL mouse event on the subject under test. If target is set, the mouse first moves to the specified point on the SUT before doing the scrolling, otherwise scrolls at the current position.
Triggers a MOUSE_UP event on the subject under test
Triggers a MOUSE_UP event on the subject under test
Triggers a MOUSE_UP event on the subject under test
Properties
Name
Description
Gets or sets the current absolute position of the mouse cursor of the subject under test. Set is only used to fix up coordinates in case the SUT moves the mouse cursor on its own.
Last updated