browser.extract_text
Extract visible text from web page elements using a CSS selector. Set 'all' to true to collect text from all matching elements.
Instructions
Extract text from a selector. Use all=true to get all matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| selector | Yes |