Attaches to an Application AutomationElement using its Name or ID property. Can be used as base to find application's other UI Items.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public AutomationElement GetApplication(
Object SearchByType,
Object SearchValue
)
Parameters
- SearchByType
- Type: SystemObject
Application's Name or ID property, etc... - SearchValue
- Type: SystemObject
Value of specified property.
Return Value
Type:
AutomationElementReturns Application's AutomationElement object or NULL.
See Also