screenshot_by_uid
Capture a screenshot of any page element by providing its UID from a snapshot; the image is returned as base64 PNG or saved directly to a file.
Instructions
Capture element screenshot by UID as base64 PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Element UID from snapshot | |
| saveTo | No | Optional file path to save the screenshot to instead of returning it as image data in the response. |