RoboDirective class
Directs Robo to interact with a specific UI element if it is encountered during the crawl.
Currently, Robo can perform text entry or element click.
Constructors
- RoboDirective({String? actionType, String? inputText, String? resourceName})
- RoboDirective.fromJson(Map _json)
Properties
- actionType ↔ String?
-
The type of action that Robo should perform on the specified element.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputText ↔ String?
-
The text that Robo is directed to set.
getter/setter pair
- resourceName ↔ String?
-
The android resource name of the target UI element.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited