find_all_info
Retrieves tag names and text from every element matching a CSS selector, enabling full page inspection for scraping and automation.
Instructions
Find all matching elements and return tag name + text for each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| selector | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |