Check Url
Function: CHECK_URL¶
The CHECK_URL function is used to check the availability and accessibility of a specified URL from the test device. This function is essential for testing internet connectivity and the ability to access web resources.
Parameters¶
| Parameter Name | Description | Example Values | Required | Default Value |
|---|---|---|---|---|
| URL | The URL to be checked for availability. | http://example.com | Yes | |
| TIMEOUT | The maximum time to wait for the URL check before considering it a failure. | Recommended 30s, 60s | Yes | |
| EXPECT | The expected result of the URL check attempt. It defines what constitutes a successful URL check. | SUCCESS, FAILURE | Yes | SUCCESS |
| SEARCH_VALUE | A value to search for in the response to confirm successful access. | Welcome, Hello | No | |
| CLEAR_CACHE | Whether to clear the browser cache before performing the URL check. | ON, OFF | Yes | OFF |