Waitable class abstract
- Implementers
Constructors
- Waitable()
-
const
- Waitable.Days(int days)
-
factory
- Waitable.Duration(Duration duration)
-
factory
- Waitable.Element(AbstractSelector selector, {bool visible = true, Duration? timeout})
-
Wait for an element to appear
factory
- Waitable.ElementHidden(AbstractSelector selector, {Duration? timeout})
-
Wait for an element to be hidden
factory
- Waitable.ElementVisible(AbstractSelector selector, {Duration? timeout})
-
Wait for an element to be visible
factory
- Waitable.Event(Future action(Online))
-
Wait for an event to occur
factory
- Waitable.Hours(int hours)
-
factory
- Waitable.Milliseconds(int milliseconds)
-
factory
- Waitable.Minutes(int minutes)
-
factory
-
Wait for navigation to occur
factory
- Waitable.PageLoaded({Duration? timeout})
-
Wait for page to load
factory
- Waitable.Seconds(int seconds)
-
factory
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
wait(
Online online) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited