browser_new_identity
Create a fresh browser identity with randomized OS and screen fingerprint, isolated storage, and optional proxy for new sessions.
Instructions
Start a fresh browser identity in a new session: a novel fingerprint (randomized OS + screen) with isolated storage, optionally paired with a proxy. Proxyless by default; pass proxy_url ('http://user:pass@host:port') or proxy_server[+username/password] to pair an IP. persistent=True mints a reusable profile dir. Returns the new session info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persistent | No | ||
| label | No | ||
| proxy_url | No | ||
| proxy_server | No | ||
| proxy_username | No | ||
| proxy_password | No | ||
| no_proxy | No |