nex_browser_fill_credentials
Fill username, password, and TOTP credentials into targeted page fields. Does not submit the form.
Instructions
Fill literal login credentials into visible fields. Prefer nex_browser_fill_account when a stored or bound account is available, because literal values cross the MCP request boundary. 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 |