element_screenshot
Capture a PNG screenshot of a single web element, scrolled into view first. Ideal for isolating a component, chart, or table cell without capturing the full page.
Instructions
Screenshot cropped to one element (PNG), scrolled into view first. Read-only. The cheapest image in the set, because it carries only the box you asked for: a component, a chart, a table cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| selector | Yes | CSS selector; ">>>" pierces shadow DOM. The element is scrolled into view first |