PressOn class

Press on a node that matches the arguments.

This action can be invoked either using the short-hand version:

- pressOn: "Hello World"

Or using the verbose version:

- pressOn:
    text: "Hello World"
- pressOn:
    offset: [0.5, 0.5]
Inheritance

Constructors

PressOn({String? text, List<double>? offset})
Press on a node that matches the arguments.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
offset List<double>?
Optional offset to tap on.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Optional text to search for.
final

Methods

description() String
A human readable description of the action.
override
execute(Tester tester) Future<bool>
Called when it executes the action in a flow file.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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