Finder
Finder is used to search for controls by different criteria.
Properties
count- The number of controls found by this finder.first- Returns a Finder that finds the first control found by this finder.id- Internal finder ID - corresponds to a Finder instance on Dart side.index- The index of the control to interact with when multiple controls are found.last- Returns a Finder that finds the last control found by this finder.
Methods
at- Returns a Finder that finds the control at the given index.
Properties
indexclass-attributeinstance-attribute
index: int = 0The index of the control to interact with when multiple controls are found.