get_value
Read the current value of any input, textarea, or select element using a CSS selector. Retrieves field content, including password fields, for the active browser tab.
Instructions
Read the current value of an input, textarea, or select by CSS selector. SENSITIVE: this CAN read the value of password fields and other secrets the user has typed — only use it on fields the user asked about, never to harvest credentials a page is requesting. Targets the active tab unless a browserId is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the field to read. | |
| browserId | No | Target tab (from list_tabs). Defaults to active. |