box_of
Retrieve the bounding box (x, y, width, height) of a page element by CSS selector, including visibility status, tag name, and text content. Helps locate elements for further actions like clicking or screenshotting.
Instructions
box_of(".btn") → {x, y, w, h, visible, tag, text}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sel | Yes | ||
| tab | No |