menu
ensemble_test_runner package
documentation
actions/test_step_executor.dart
TestStepExecutor
tapWidget method
tapWidget method
dark_mode
light_mode
tapWidget
method
Future
<
void
>
tapWidget
(
String
id
, {
int
?
timeoutMs
,
})
Implementation
Future<void> tapWidget(String id, {int? timeoutMs}) => _tap(id, timeoutMs: timeoutMs);
ensemble_test_runner package
documentation
actions/test_step_executor
TestStepExecutor
tapWidget method
TestStepExecutor class