Act class

Entrypoint to interact with widgets found via spot.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enterText(WidgetSelector<Widget> selector, String text) Future<void>
Enters a text into the first EditableText child of selector.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tap(WidgetSelector<Widget> selector) Future<void>
Triggers a tap event on a given widget.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited