session_browser_keep_open
Control browser persistence for session authentication. Keep the browser open after capturing session data to avoid re-logins during multiple operations. Disable to close after each capture.
Instructions
Enable or disable browser persistence for session authentication.
When enabled (True), the Chromium browser window stays open after capturing session data. This is useful when you have multiple document operations - you only need to log in once per session.
When disabled (False, the default), the browser closes automatically after each session capture.
Note: This is separate from jwt_browser_keep_open which controls the Chromium browser for JWT/checklist operations.
Args: enabled: True to keep browser open after auth, False to close it
Returns: Confirmation of the new setting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |