browser_links
Return visible links from a page including text, href, and selector references to facilitate navigation decisions without loading a full snapshot.
Instructions
Return compact visible links from the page with text, href, and best-effort selector refs. Useful for navigation choices without a full snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | ||
| query | No | Optional case-insensitive filter over link text or href. | |
| limit | No | Maximum links returned (capped at 200). |