element_pick
Start a human element picker overlay on a specific tab to identify and retrieve detailed information about a chosen element, including its selector, DOM, styles, and bounding box. Cancel an active picker if needed.
Instructions
Start or cancel an in-page human element picker overlay. Returns selector, DOM, style, and bounding-box facts; it does not persist skills directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | REQUIRED Tab ID to pick from | |
| action | No | start waits for a picked element; cancel cancels an in-flight pick. Default: start. | |
| timeoutMs | No | Max wait for a click in ms. Default 60000; capped at 300000. | |
| cancelOnEscape | No | Reserved for compatibility; Escape cancellation is enabled by the overlay. |