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

findAll

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

Overrides ISikuliRegion.findAll

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.