Class GPALAutomationElement
Application workflow container for automation elements.
Inheritance
System.Object
GPALAutomationElement
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive.Application
Assembly: GPAL.dll
Syntax
public class GPALAutomationElement : IGPALAutomationElement
Properties
Ae
UIAutomation element
Declaration
public AutomationElement Ae { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Automation.AutomationElement |
Gae
GPAL psuedo element.
Only the following properties are actually used:
Location, Size, Text, TagName, WrappedDriver (web driver);
We create a psuedo element for image matching which does not have a real element
Declaration
public GPALElement Gae { get; set; }
Property Value
| Type | Description |
|---|---|
| GPALElement |