get_element_screenshot
Capture a screenshot of a specific UI element on a Windows desktop. Returns the cropped image as a base64-encoded PNG using the element ID from a find_element call.
Instructions
Take a screenshot cropped to a single element, returned as base64 PNG. Not supported in IE context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elementId | Yes | Element ID returned by find_element |