abstract fun <PSI : Any> wait(target: PSI): SKryptonMatch
Waits for the target to appear until the AutoWaitTimeout value is exceeded.
PSI
- Pattern, String or Image.
target
- The target to search for.
FindFailed
- If the find operation finally failed.
Return
The found match.
abstract fun <PSI : Any> wait(target: PSI, timeout: Double): SKryptonMatch
Waits for the target to appear or timeout (in second) is passed.
PSI
- Pattern, String or Image.
target
- The target to search for.
FindFailed
- If the find operation finally failed.
Return
The found match.