screenshot_by_uid
Capture a screenshot of a specific web element by its UID from a snapshot, returning the image as base64 PNG or saving to a specified file path.
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. |