browser_get_text
Extract visible text content from web pages or specific elements using CSS selectors for data collection and analysis in automated browser sessions.
Instructions
Get text content from the page or specific elements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector to get text from specific element(s). If not provided, gets all visible text. | |
| timeout | No | Timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |