get_text
Extract visible text from a web page or specified element (defaults to body) for scraping or validation, raising an error when the element is not found.
Instructions
Get the visible text within an element (default: whole page body). Raises an exception if the element isn't found within the default timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |