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

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.

IE connector method levels

Connector level methods

Screen level methods

Element level methods

Connector level methods

Opens a web page based on the URL you specify and returns the Boolean response.

WaitForAnyScreen

The method executes a wait period before a screen loads up. You can specify a timeout after which the method times out the request.

Input

MatchAllChildren

Timeout

Screen level methods

DownloadFile

Downloads a file from the screen or web page based on the URL and file name you specify.

ExecuteJavaScript

Executes custom JavaScript on an application or website open on the IE browser. You must configure the method before executing.

To configure the JavaScript, do the following steps.

  1. Click the method settings icon (
Image omitted: component-settings-icon.png
Method settings icon.\).
  1. Enter the custom script under the JAVA SCRIPT section.
  2. To add parameter to the script, click the add parameter icon (
Image omitted: add-image-icon.png
Add parameter icon.\) under the PARAMETER heading.
**Note:** A Data In port is added with each parameter.
  1. Click OK.

  2. Input

    Parameter

  3. Output

    Return (Object)

GetValueByXPath

Converts an XPath and returns the output as a string.

GetValuesByXPath

Returns the values within columns based on the specified XPath expression.

Input

You must configure the XPath expressions before executing the method. To configure, do the following steps.

  1. Click the method settings icon (
Image omitted: component-settings-icon.png
Method settings icon.\).
  1. Update the name of the column.
  2. Define the XPath expression.
  3. Click OK.

Output

Returns the data table after the operation.

Hide

Hides the active browser window.

Restore

Restores the browser window hidden using the Hide method.

GetURL

Returns the URL of the website or web page.

Output

Return (String)

WaitForCreate

Sets a delay before a web page or a window loads.

Inputs

timeoutInSeconds

MatchAllChildren

Outputs

Return (Boolean)

SetFields

Sets the data in form field types.

SendKeys

Simulates the keystrokes on web pages and windows.

Inputs

Keys

MatchAllChildren

TypeDelay

Minimize

Minimizes the window.

Maximize

Maximizes the window.

IsReady

Returns the Boolean response to the request to check whether the website is ready to accept requests from methods.

Output

Return (Boolean)

MatchChildren

Matches all elements of a web page that you have captured and returns a Boolean response accordingly. You can configure whether the method should match all children.

Input

matchAllChildren

Output

Return (Boolean)

IsCreated

Returns the Boolean response to the request to find whether a website on an Internet Explorer browser is open. You can optionally have the method check whether all captured elements of the website matches.

Refresh

Reloads the contents of the active web page.

SaveAs

Saves the active web page to the local disk.

Print

Prints the active web page in the browser.

Input

NoPrompt

GetPageSource

Returns the page source of the active window open on the IE browser.

Output

Return (String)

GetScreenShot

Returns the screen shot of a window or area in a window.

Output

Return (Bitmap)

GetTitle

Returns the title of a window open in the IE browser.

Output

Return (String)

GetFields

Accesses data in the forms returns the data as output. You must configure the method before executing.

To configure, do the following steps.

  1. Click the method settings icon (
Image omitted: component-settings-icon.png
Method settings icon.\).
  1. Select the form elements.
  2. Update the form element data type.
  3. Click OK.

Output

Form field

Focus

Sets the focus on a window that is running in the background or minimized and makes it active.

Output

Return (Boolean)

Close

Closes the active window.

Element level methods

These methods are exposed when you double-click an application element under the Global Objects in the Project Explorer.

Click

Performs a click operation on the element.

GetInnerHTML

Gets the inner HTML of the element.

Output

Return (String)

GetInnerText

Gets the inner text of an element.

Output

Return (String)

GetOuterHTML

Gets the outer HTML of the element.

Output

Return (String)

GetURL

Gets the URL of the element.

Output

Return (String)

Parent Topic:IE connector