Skip to main content

Get Iframe

Description

Use this Activity to get the Iframe to perform the automation process on the selected webpage.

Properties

Input

  • Iframe Path – The XPaths of the iframe hierarchy joined by semicolons(;). Refer to Element Selectors for Iframes which provides steps to get XPath for Iframe.
  • Web Page – It specifies the webpage object of the currently opened web page.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    It does not catch an error if this Activity is present inside the Try-Catch block and the value of this property is True.

  • Timeout – An Argument of type Timespan specifies how long the Activity can run before an error occurs and the workflow is terminated. The default timeout duration is 10 minutes.

Output

  • Result – The WebPage object to access Iframe.

Example

Download Example