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