ExpectVisible class

Asserts that a node that matches the arguments is visible.

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

- expectVisible: "Hello World"

Or using the verbose version:

- expectVisible:
    text: "Hello World"
    timeout: 1000
Inheritance
Implementers

Constructors

ExpectVisible({required String text, int? timeout})
Asserts that a node that matches the arguments is visible.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text to search for.
final
timeout int?
The timeout to wait for the node to be available in milliseconds.
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