ExpectNotVisible class

Asserts that a node that matches the arguments is not visible.

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

- expectNotVisible: "Hello World"

Or using the verbose version:

- expectNotVisible:
    text: "Hello World"
    timeout: 1000
Inheritance

Constructors

ExpectNotVisible({required String text, int? timeout = 500})
Asserts that a node that matches the arguments is not 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.
finalinherited
timeout int?
The timeout to wait for the node to be available in milliseconds.
finalinherited

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