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 |
|
|
Timeout |
|
|
NoData |
|
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.