Windows connector
The Windows connector enables you to perform various actions on the Windows applications, and their user interface elements. These actions are performed through the methods provided by the Windows connector. You must configure the connector to expose its methods.
You must first use, configure, and then expose the methods in the Windows
connector to use its methods.
- To use the Windows connector, see Use a connector in RPA Desktop Design Studio.
- To configure the Windows connector, see Configure Windows connector.
- To expose the methods, see Use connector method.
- To use the methods, see Use a component in RPA Desktop Design Studio.
Windows connector methods are available at the following levels:
- Connector
- Screen
- Element
| Method level | Description |
|---|---|
| Connector | These methods enable you to perform actions on the connector to set a working directory, get the Windows handle, and more. |
| Screen | These methods perform various actions on the screens you have configured. For example, click a button. |
| Element | These methods perform various tasks on the various elements on the screen. |
Important :
Windows connector uses Microsoft UI
Automation Framework internally to interact with applications built for Windows
desktop such as Win32, WPF platforms. Any known issue or limitation published by Microsoft for this framework are applicable.