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

exists

abstract fun <PSI : Any> exists(target: PSI): SKryptonMatch?
abstract fun <PSI : Any> exists(target: PSI, timeout: Double): SKryptonMatch?

Check if target exists (with the default autoWaitTimeout)

Parameters

PSI - Pattern, String or Image.

target - The target to check for.

Return
The found match, null if not found