PageUtils class abstract

Convenience methods that vary based on environment.

Inheritance
Implementers

Constructors

PageUtils()

Properties

focused PageLoaderElement
Gets the element on the DOM that currently has focus.
no setter
hashCode int
The hash code for this object.
no setterinherited
mouse PageLoaderMouse
Gets the mouse.
no setter
pointer PageLoaderPointer
Gets the pointer.
no setter
root PageLoaderElement
Gets the current root element for the DOM. Used to create page objects.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

byTag(String tag) PageLoaderElement
Finds PageLoaderElement from this source by tag.
inherited
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