text
Retrieves the inner text of a webpage or specified target element, returning clean content for further processing.
Instructions
Get inner text (whole page or a target — @eN, @text:Foo, @label:Email, CSS, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lease | No | Optional lease token to present if the target session is leased (0.7.0). Threaded per-call; never read from the server's env. | |
| target | No | Optional @eN / @text: / @label: / CSS. | |
| session | No | Optional session name to target (omit for the shared 'default'). On a daemon shared with other agents, pass a UNIQUE name for stateful multi-step work (go→click→fill) so you don't collide on 'default'. |