pick_element
Let users click an element in the browser to retrieve its uid and ancestor chain. Use when automated element selection fails or the user says 'I'll show you'.
Instructions
Let the human point at the element: turns on a DevTools-style hover highlight in the connected tab and waits for them to click, returning the clicked element's uid and ancestor chain. Use when the user says "I'll show you" / "let me click it", or when find_elements/annotated_screenshot could not pin down the element from a description. Needs a visible browser window (connect { headless: false }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutSeconds | No | How long to wait for the user's click; default 60, clamped to 5–600 |