ActionCombiner extension
Useful methods that make chained finders more readable.
- on
Methods
-
enterText(
String text, {SettlePolicy? settlePolicy, Duration? visibleTimeout, Duration? settleTimeout, Alignment alignment = Alignment.center, bool hideKeyboard = true}) → Future< void> -
Available on Future<
Same as PatrolFinder.enterText, but on a PatrolFinder which is not yet visible.PatrolFinder> , provided by the ActionCombiner extension -
tap(
{SettlePolicy? settlePolicy, Duration? visibleTimeout, Duration? settleTimeout, Alignment alignment = Alignment.center}) → Future< void> -
Available on Future<
Same as PatrolFinder.tap, but on a PatrolFinder which is not yet visible.PatrolFinder> , provided by the ActionCombiner extension