The Chromium connector enables you to interact with various elements in web applications running on Google Chrome or Microsoft Edge Edge and build automations around them.

To use the Chromium connector, do the following actions:
Chrome connector methods are available at the following levels:
  • Application
  • Screen
  • Element
Table 1. Types of Chrome connector methods
Method level Description
Application These methods can open a website on the Google Chrome browser. The connector sets up the browser and application for the other methods to execute.
Screen These methods perform various actions on the screens that you have configured. For example, click a button.
Element These methods perform various tasks on the various elements on the screen.
Note: Pages with cross-domain iFrames are not supported in the Google Chrome and Edge browsers.