browser_get_elements
Retrieve up to 50 page elements matching a CSS selector, including tag, text, and href. Use this to identify clickable links, buttons, and form elements for web scraping.
Instructions
Find elements matching a CSS selector on the current page. Returns up to 50 elements with tag, text, and href attributes. Useful for discovering clickable links, buttons, or form elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |