Skip to main content

screenshot

Browser

Captures 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

Related Learning Articles

Was this helpful?