core/commands/tap/tap library

Functions

tapWidget(TapInput input) Future<TapResult>
Taps a widget or coordinates in the running Flutter app.

Typedefs

TapInput = ({int? describeRef, int? index, String? key, String? text, int timeoutSeconds, String? type, bool usedAt, double? x, double? y})
Input parameters for tapWidget.