Session Persistence
Meshbrow persists browser state — cookies, localStorage, and login states — so you can maintain identity across multiple sessions without re-authenticating.Profiles
A profile is a named configuration that bundles:- Cookies (all domains)
- LocalStorage (per-origin)
- Fingerprint preferences
- Proxy preferences
- Usage metadata
Cookie Persistence
Cookies are automatically saved when you destroy a session withsaveProfile: true:
Cookie Import/Export
Transfer cookies to and from Meshbrow:- JSON — Standard structured format
- Netscape — Compatible with curl, wget, browser extensions
Auto-Refresh
Keep login sessions alive by periodically refreshing cookies:Team Sharing
Share profiles across team members:- Shared accounts that the whole team uses
- Pre-authenticated states for CI/CD
- Common configurations across team workflows