Getpage

Retrieves a complete web page and saves it in a variable.

Supported Script Types

Properties

Property Details
URL The URL of the webpage, for example http://www.niceincontact.com.
Timeout The amount of seconds that the action waits to execute before timing out. The value must be between 0 and 60.
MaxLength Limits the size of the web page. Limit4K, Limit8K, Limit16K, Limit32K are available.
ResultVar The name of the variable that contains the retrieved web page.

Branches

Branch Details

Default

Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined.

Timeout

Path taken if there is no response for the number of seconds specified.

NoData

Path taken if there are no values for the specified properties.

Tips & Tricks

  • Getpage works in conjunction with the Htmltable action which will then parse and extract data from the variable.
  • The HTML code of the webpage is saved in the variable to the specified length in the properties.
  • Be sure to change the length to accommodate the size of the webpage.