Get Text
element_get_textExtract text content from a web element using CSS or XPath selectors, or retrieve the entire page's text when no selector is provided.
Instructions
Get text from an element or the whole page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | No | CSS selector or XPath; empty means whole page. Bare selectors are CSS; use text:... for text matching. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||