AutomationElementMode class enum

Contains values that specify the type of reference to use when returning UI Automation elements.

Constructors

AutomationElementMode()

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

Operators

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

Constants

AutomationElementMode_Full → const int
Specifies that returned elements have a full reference to the underlying UI.
AutomationElementMode_None → const int
Specifies that returned elements have no reference to the underlying UI and contain only cached information.