safari_screenshot_element
Use a CSS selector to capture a specific webpage element as a base64 PNG, providing focused visual inspection and debugging output.
Instructions
Take a screenshot of a specific element (by CSS selector). Returns base64 PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt | No | Tab receipt from safari_new_tab — pins this call to that tab (survives reconnects/subagents) | |
| selector | Yes | CSS selector of the element to capture |