check($locator)
uncheck($locator)
mouse_down($locator)
mouse_up($locator)
double_click
native_drag_and_drop_to_position($source_locator, $target_x, $target_y, $options)
Drag source element and drop it to position $target_x, $target_y.
native_drag_and_drop_to_object($source_locator, $target_locator, $options)
Drag source element and drop it into target element.
mouse_input_drag_and_drop_to_object($source_locator, $target_locator, $options)
Drag source element and drop it into target element. This method is similar to native_drag_and_drop_to_object but will do the action using X11libs XTest input simulation methods