abstract fun <PSI : Any> find(target: PSI): SKryptonMatch
Finds the given target in the region and returns the best match. If AutoWaitTimeout is set, this is equivalent to wait(). Otherwise only one search attempt will be done.
PSI
- Pattern, String or Image.
FindFailed
- If the find operation failed.
Return
Found element.