nex_browser_create
Create NexBrowser browser windows with custom settings like name, proxy, fingerprint, and startup URL. Specify count, group, and account bindings for automation.
Instructions
Create NexBrowser environments in the desktop app's active workspace. Every unset field falls back to the desktop create-window defaults (fingerprint, preferences, layout, startup page), and each created window gets its own generated fingerprint, so pass only the fields that must differ.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Window title; a batch of more than one appends -01, -02 to this name | |
| count | No | How many to create | |
| remark | No | ||
| screen | No | Raw screen field overrides for the create payload | |
| groupId | No | Target window group; 0 keeps them ungrouped | |
| proxyId | No | Proxy to bind; 0 means no proxy | |
| pluginIds | No | ||
| accountIds | No | Platform account IDs to bind, so nex_browser_fill_account can sign in later | |
| preference | No | Raw preference field overrides | |
| startupUrl | No | ||
| fingerprint | No | Raw fingerprint field overrides |