import_cookies
Restore authenticated browser sessions by importing cookies as a JSON string array. Bypass re-authentication for user sessions with session isolation.
Instructions
Import cookies for authenticated sessions. Provide cookies in a JSON string array. Restores login sessions without re-auth. Requires userId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID for session isolation | |
| cookies | Yes | JSON string of cookie array to import | |
| tabId | No | Tab ID to target correct session (needed when using presets) |