query_selector_all
Extract text or attributes from all elements matching a CSS selector, enabling data collection from multiple page elements.
Instructions
Query elements by CSS selector, return text/attributes of all matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| selector | Yes | ||
| attribute | No | Attribute to extract (empty = innerText) |