DomServiceWebdriverTestability class

The DomService Webdriver Testability API allows test frameworks to wait for all pending activities to finish before executing the next test action.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
isStable bool
Returns true if the framework is in a stable state, false otherwise.
no setteroverride
name String
Name of the testability. Defaults to the runtimeType.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkStable() → void
The extending framework needs to call checkStable whenever it has potentially reached a stable state. If a stable state is reached, the callbacks will be executed.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register() → void
Registers the framework's FrameworkStabilizer function on the global window object to make it accessable in webdriver tests.
inherited
toString() String
A string representation of this object.
inherited
whenStable(IsStableCallback fn) → void
Hook for tests to register an IsStableCallback that is called when a stable state is reached.
inherited

Operators

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