Skip to main content

Get Web Page Information

Description

Retrieves the needed information from the specified web page

Properties

Input

  • Web Page – The object of the currently opened web page.
  • Required Information - Required information on the web page. Use WebPageInfoType.Title to get the web page title, and you can combine with | to get multiple values of a web page like WebPageInfoType.Title | WebPageInfoType.Author to get the Title and Author of the 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

Catches no 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 the amount of waiting time taken by the activity to run before an error occurs and aborts the workflow. By default, the Timeout value is 10 minutes.

Output

  • Result - Holds the value of required information about the web page.

Example

Download Example

Get WebPage Information