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

Understand levels of connector methods

Some connectors in the RPA Desktop Design Studio provide methods that interact with various applications at different levels. For example, the Chrome connector provides methods that interact with applications and their elements open in a Google Chrome browser to perform specific Robotic Process Automation tasks.

Connectors with different levels of methods

The RPA Desktop Design Studio provides connectors that interact with various applications at different levels.

Connector nameWhat does it do?
ChromeProvides methods that interact with applications open in the Google Chrome browser.
Internet Explorer (IE)Provides methods that interact with applications open in the IE browser.
JavaProvides methods that interact with Java-based applications.
WindowsProvides methods that interact with Windowsapplications.
Terminal (Mainframe)Provides methods that interact with Mainframe applications.

Know the different levels of methods

The methods in the connectors interact at different levels in the applications.

Method levelWhat does it do?Example
ConnectorInteracts with the connector.The Chrome connector interacts with the connector under the Global Objects in the Project Explorer and exposes the methods.
ScreenInteracts with the application.The ServiceNow website opened in the Google Chrome browser.
ElementInteracts with elements in the application.A text box in the ServiceNow website open in the Google Chrome browser.

Configure the connectors

To access the various methods, you must first configure the connectors.

Expose the methods at different levels

After configuration, you can expose the methods at different levels. The methods appear in the Object Explorer pane.

Image omitted: methods-all-levels.png
Methods at all levels.

Parent Topic:Use a connector in RPA Desktop Design Studio