get_element
Inspect a DOM element by CSS selector to retrieve its tag, text, attributes, bounding box, and computed styles, plus a screenshot for visual identification.
Instructions
Get detailed information about a DOM element: tag name, text content, all attributes, bounding box, and computed styles (color, font, background, display, visibility). Returns a screenshot so you can visually identify the element in context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the element to inspect | |
| url | No | Optional URL to navigate to before inspecting |