Click or drag to resize

APIClick Method

Clicks UI Item / AutomationElement.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string Click(
	AutomationElement UIItemVariable
)

Parameters

UIItemVariable
Type: System.Windows.AutomationAutomationElement
AutomationElement object of UI Item being clicked.

Return Value

Type: String
Returns string containing 'success' or error message.
See Also