Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

Windows connector methods are available at the following levels:

  • Connector
  • Screen
  • Element
Method levelDescription
ConnectorThese methods enable you to perform actions on the connector to set a working directory, get the Windows handle, and more.
ScreenThese methods perform various actions on the screens you have configured. For example, click a button.
ElementThese 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.

  • Configure Windows connector
    Configure the Windows connector to access its methods and build automation on a Windows application. It provides methods at different levels and you must first configure it to expose methods at all levels.
  • Windows Connector methods
    The Windows methods in RPA Desktop Design Studio interact with the Windows applications to perform various tasks. The connector provides methods at different levels of the Windows applications.
  • Parameters of the Windows connector methods
    Learn about the parameters of the Windows connector methods in RPA Desktop Design Studio.

Parent Topic:Connectors