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

IE connector

The Internet Explorer (IE) connector enables you to perform various actions on the IE browser, applications, and their screen elements on the browser. For example, you can execute a method to open a website. You perform the actions through the methods.

You must first use, configure, and then expose the methods in the IE connector to use its methods.

IE connector methods are available at the following levels:

  • Connector
  • Screen
  • Element
Method levelDescription
ConnectorThese methods can open a website on the IE browser. It sets up the browser and application for the other methods to execute.
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.

Note: Automation support for frameset-based pages isn't available through the Chromium connector.

  • Configure the Internet Explorer connector
    Access the IE connector methods at all levels by configuring the IE connector. When you configure the IE connector, you capture a screen and its elements.
  • IE Connector methods
    The IE connector methods perform different tasks on the IE connector, screens, and the elements on the screens. The methods are available at the connector, screen, and the element levels and you can expose the methods by completing appropriate steps.
  • Parameters of the IE connector methods
    Learn about the parameters of the Microsoft IE Connector (Internet Explorer) methods in RPA Desktop Design Studio.

Parent Topic:Connectors