Get Text
element_get_textRetrieve the visible text content of a web page or a specific element identified by CSS selector, XPath, or text matching.
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 | |||