screenshot
BrowserCaptures a screenshot of the current page or element.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
path | string | No | screenshot.png | Output file path |
fullPage | boolean | No | false | Capture full page height |
Usage Example
RTILA X PROJECT JSON
{
"command": "screenshot",
"params": {
"path": "dashboard.png",
"fullPage": false
}
}
Related Scenarios
- View /scenarios/complex-workflows/6 · complex workflows
Related Learning Articles
Was this helpful?
Thank you for your feedback!