highlight
Highlight a specified element on the page using a selector or @eN reference to visually debug automation steps. Set a duration for how long the highlight remains.
Instructions
Briefly outline an @eN ref or selector for visual debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ms | No | Highlight duration ms. | |
| 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 | Yes | @eN or selector. | |
| 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'. |