abstract fun <PFRML : Any> drag(target: PFRML): Int
Initiates a mouse drag action. (Moves mouse to a location and presses without releasing)
PFRML - Pattern, Filename (String), Region, Match or Location.
target - Location to start the mouse drag action
FindFailed - If the find operation failed.
Return
1 if possible, 0 otherwise.