get_elements
Query a webpage's DOM using a CSS selector to retrieve the outer HTML of matching elements.
Instructions
Query the DOM with a CSS selector and return matching elements' outer HTML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of elements to return (default: 10, max: 500) | |
| selector | Yes | CSS selector to query |