Download Page#
Download the HTML code of the specified page.
| URL | [Text] Link to the web page whose source code needs to be downloaded. Must start with a protocol, for example, |
| Encoding | Encoding of the web page. |
| UserAgent | UserAgent to be used when accessing the required web page. |
| TLS 12 | If checked, the secure TLS 12 protocol will be used when accessing the web page. Otherwise, the outdated TLS 11 protocol will be used. |
| Headers | [Dictionary] Headers sent in the request. |
| Cookies | [List] List of cookies. This property should contain a list of Cookie objects. The list can be obtained using the "Data Table in Cookies" block, using the "Get Cookies" block from the "Browser Automation" palette, using the output property "Cookies" of this block. |
| Login | [Text] Login for basic authentication. An Authorization header is created. |
| Password | [Text/SecureString] Password for basic authentication. An Authorization header is created. |
| Timeout | [Number] Timeout in seconds. |
| Alternative Method | The alternative method uses the base class WebClient. |
| Result | [Text] Source code of the web page. |
| Response Code | [Number] HTTP response code. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |