Click or drag to resize

APIGetDesktop Method

Gets the Desktop UI Item / AutomationElement. Can be used as base to find other UI Items.

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

Return Value

Type: AutomationElement
Returns Desktop AutomationElement object.
See Also