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

dropAt

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

Ends a mouse drop action. (Moves mouse to a location and releases the button)

Parameters

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

target - Location to release the mouse button.

Exceptions

FindFailed - If the find operation failed.

Return
1 if possible, 0 otherwise.