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

find

open fun <PSI : Any> find(target: PSI): SKryptonMatch

Overrides ISikuliRegion.find

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.