Clicks UI Item / AutomationElement.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string Click(
AutomationElement UIItemVariable
)
Parameters
- UIItemVariable
- Type: System.Windows.AutomationAutomationElement
AutomationElement object of UI Item being clicked.
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also