screenshot_by_uid
Capture a specific element's screenshot using its unique UID from a snapshot, returning a base64 PNG image.
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. |