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

find

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.

Parameters

PSI - Pattern, String or Image.

target - A search criteria.

Exceptions

FindFailed - If the find operation failed.

Return
Found element.