nex_browser_fill_credentials
Fill explicit username, password, and TOTP values into visible login fields on a page, without submitting the form.
Instructions
Fill literal login credentials that the user explicitly supplied in the current request into visible fields. Prefer nex_browser_fill_account when a stored vault credential is available, because literal values cross the model and MCP request boundary. Never store or repeat these values. This tool never submits the form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Stable page ID; defaults to the session active page | |
| password | No | ||
| totpCode | No | ||
| username | No | ||
| sessionId | No | Optional session ID; defaults to this MCP client active session | |
| totpTarget | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| passwordTarget | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector | |
| usernameTarget | No | Snapshot ref such as e12, aria-ref=e12, or a unique CSS selector |