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

drag

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

Overrides ISikuliRegion.drag

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.