audit_links
AuditChecks all links on the page for validity, dead links, or redirects.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
selector | string | No | a[href] | CSS selector for links to check |
concurrency | number | No | 5 | Number of concurrent link checks |
timeout | number | No | 10000 | Timeout per link request in ms |
output_filename | string | No | | Save link audit results to file |
Usage Example
RTILA X PROJECT JSON
{
"command": "audit_links",
"params": {
"selector": "a[href]",
"concurrency": 5,
"timeout": 10000,
"output_filename": ""
}
}
Related Scenarios
- View /scenarios/file-download/4 · file download
Related Learning Articles
Was this helpful?
Thank you for your feedback!