skrypton-api / com.waicool20.skrypton.sikulix / ISikuliRegion / drag

drag

abstract fun <PFRML : Any> drag(target: PFRML): Int

Initiates a mouse drag action. (Moves mouse to a location and presses without releasing)

Parameters

PFRML - Pattern, Filename (String), Region, Match or Location.

target - Location to start the mouse drag action

Exceptions

FindFailed - If the find operation failed.

Return
1 if possible, 0 otherwise.