browser_frame_bbox
Get the bounding box (x, y, width, height) of a frame in page coordinates to compute exact click targets for browser automation.
Instructions
Get bounding box (x, y, width, height) of the frame in page coordinates. Use with browser_click_at or to compute relative clicks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frameSelector | Yes | Chained iframe selector; use ' >> ' for nested |