select
Choose an option from a dropdown select element by value, label, or index during browser automation tasks.
Instructions
Pick option(s) on a ; choose by value/label/index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Zero-based option index. | |
| label | No | Option visible label. | |
| 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. | |
| value | No | Option value attribute. | |
| target | Yes | @eN or selector for the <select>. | |
| 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'. |