TruClient - Web browser asynchronous functions
The following browser functions are available:
| Function | Description |
|---|---|
| TCA.setProxy | Enables you to set a proxy address manually in the script. |
| UtilsA.addAutoFilter | Adds a filter to either the denylist or allowlist of URLs. |
| UtilsA.addAutoHeader | Adds an HTTP header to every consecutive HTTP request following this function call. |
| UtilsA.cleanupAutoFilters | Remove all filters from both the denylist and allowlist of URLs. |
| UtilsA.cleanupAutoHeaders | Removes all HTTP headers, and stops adding HTTP headers to every consecutive HTTP request that follows this function call. |
| UtilsA.clearCache | Clears the cache of a single Vuser. |
| UtilsA.clearCookies | Removes all cookies currently stored by the Vuser. |
| UtilsA.removeAutoFilter | Removes a filter from the denylist or allowlist of URLs. |
| UtilsA.removeAutoHeader | Removes an added HTTP header, and stops adding the HTTP header to every consecutive HTTP request. |

