menu
flutter_gherkin_integration package
documentation
flutter_gherkin.dart
AppDriverAdapter<TNativeAdapter, TFinderType, TWidgetBaseType>
tap abstract method
tap abstract method
dark_mode
light_mode
tap
abstract method
Future
<
void
>
tap
(
TFinderType
finder
, {
Duration
?
timeout
=
const Duration(seconds: 30)
,
})
Implementation
Future<void> tap( TFinderType finder, { Duration? timeout = const Duration(seconds: 30), });
flutter_gherkin_integration package
documentation
flutter_gherkin
AppDriverAdapter<TNativeAdapter, TFinderType, TWidgetBaseType>
tap abstract method
AppDriverAdapter class