GETPAGE
![]() |
Retrieves a complete web page and saves it in a variable. |
Supported Script Types
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Generic | Chat | Phone | Voicemail | Work Item |
Properties
- URL
- The URL of the webpage, for example http://www.niceincontact.com.
- Timeout
- Number of Seconds to wait for the web page. By default, 30 seconds.
- MaxLength
- Limits the size of the web page. The default is Limit4K, but Limit8K, Limit16K, Limit32K are available.
- ResultVar
- Name of the script variable to hold the entire web page. By default, RES.
Branches
- Default
- The Default branch condition will be used unless another branch condition is met.
- OnTimeout
- This branch condition will be triggered when the Timeout is reached.
- OnNoData
- This branch condition will be triggered when the specified URL was not found or did not contain any data.
Tips and 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.