Universal app connector

  • Release version: Australia
  • Updated March 12, 2026
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Universal App Connector

    The Universal App Connector (UAC) allows ServiceNow customers to create automations for Windows, Java, and web applications using RPA Desktop Design Studio. This unified connector simplifies the configuration of application screens and elements, eliminating the need for individual connectors for each application type.

    Show full answer Show less

    Key Features

    • Default Integration: UAC is automatically included in all attended, unattended, or skilled automation projects.
    • Supported Applications: Currently supports Windows, Java, Google Chrome, and Microsoft Edge.
    • Modes for Windows Applications: Offers UI Automation and Active Accessibility modes for capturing elements, with UI Automation as the default.
    • Method Functionality: Includes methods like Click, GetValue, SetValue, Start, and WaitForAnyScreen to interact with application elements effectively.

    Key Outcomes

    By utilizing UAC, customers can streamline their automation processes, achieve better efficiency in application interactions, and facilitate easier configuration of screens and elements. The ability to switch between automation modes allows for flexibility in handling different application types, enhancing overall automation capabilities in RPA projects.

    Create automations for your Windows, Java, and web applications by using the Universal App Connector (UAC) of RPA Desktop Design Studio. Configure the application screens and their elements from a single, unified connector instead of using the individual connectors of these applications.

    How UAC works

    UAC is automatically added as a default connector to any attended, unattended, or skilled automation project of RPA Desktop Design Studio. UAC currently supports Windows, Java, and web applications ( Google Chrome and Microsoft Edge browsers only).
    Important:
    It is recommended that you create automations for Windows, Java, and web applications using UAC instead of using their individual connectors. However, RPA Desktop Design Studio still supports automation projects that are designed using the individual connectors.
    Tip:
    If you've installed a hot fix for UAC connector, to verify that the hot fix is accurately downloaded to your machine, perform the post requisite steps. For more information, see Post requisites after installing a hot fix.

    UAC is added as an object to Global Objects in Project Explorer similar to how the other connectors are added. For more information on how to use a connector, see Use connector method.

    Add the screens and elements of Windows, Java, and web applications that are open in your machine while you configure UAC. Modify the screens and elements match rules during the configuration. Add the methods related to the screens and elements from the Design surface, and then build your automation.

    For more information on using a UAC, see Use the Universal App Connector.

    Modes in UAC for Windows applications

    Starting from Yokohama release, Active Accessibility is supported when adding elements in the Universal App Connector, for Windows applications.

    Select the mode, UI automation or active accessibility, while capturing the elements and showing the captured elements. The mode determines which internal library is used for automating Windows applications. UI automation mode refers to UI automation library and active accessibility refers to active accessibility library of Microsoft. Active accessibility mode is for legacy Windows applications.

    To capture the elements from the screen, under the Screen and elements pane, right-click the added screen and select Capture Element. There are two modes UIA and AA. UIA is the default mode.
    Figure 1. Modes in Capture element
    UIA and AA modes appear when you capture an element in Windows application screen.

    For more information about capturing an element in the Windows application, see Use the Universal App Connector.

    From the Screen and elements pane, right-click the added screen and select Show Elements to display all the existing elements in the target application screen in a tree view. There are two modes UI Automation and Active Accessibility. UI Automation is the default mode.
    Figure 2. Modes in Show Elements options
    UI Automation and Active Accessibility modes appear when you select Show Elements option from the Windows application screen.

    For more information about showing captured elements of the Windows application, see Additional options for application screens and elements in Universal App Connector.

    For more information about the methods for UI Automation mode and Active Accessibility mode, see Methods of UI Automation mode and Active Accessibility mode.