Understand levels of connector methods
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- RPA Hub
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.
Know the different levels of methods
The methods in the connectors interact at different levels in the applications.
Method level | What does it do? | Example |
---|---|---|
Connector | Interacts with the connector. | The Chrome connector interacts with the connector under the Global Objects in the Project Explorer and exposes the methods. |
Screen | Interacts with the application. | The ServiceNow website opened in the Google Chrome browser. |
Element | Interacts 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.