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

findAll

abstract fun <PSI : Any> findAll(target: PSI): Iterator<SKryptonMatch>

Finds all occurrences of the given target in the region and returns an Iterator of SKryptonMatch.

Parameters

PSI - Pattern, String or Image.

target - A search criteria.

Exceptions

FindFailed - If the find operation failed.

Return
Iterator of matches.