Extract Text
browser.extract_textExtract visible text from a webpage or a specific CSS selector, enabling content retrieval for automation and development tasks.
Instructions
Extract visible text from the page or a selector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| selector | No | ||
| sessionId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | ||
| sourceUrl | Yes | ||
| textBlocks | Yes | ||
| extractedAt | Yes |