set_browser_config
Configure browser settings like viewport size, user agent, and security options to customize browsing behavior for automation tasks.
Instructions
Set advanced browser configuration for a specific instance. If you want to change the viewport, you can use the set_browser_config tool to change the viewport_width and viewport_height.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| headless | No | ||
| no_sandbox | No | ||
| user_agent | No | ||
| viewport_width | No | ||
| viewport_height | No | ||
| disable_web_security | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | Yes | Browser configuration | |
| temp_dir | Yes | Temporary directory path | |
| last_used | Yes | Last usage timestamp | |
| created_at | Yes | Creation timestamp | |
| session_id | Yes | Session ID | |
| active_tabs | Yes | Number of active tabs | |
| current_url | Yes | Current page URL | |
| active_tab_id | Yes | Active tab ID | |
| current_title | Yes | Current page title | |
| screenshot_count | Yes | Number of screenshots taken |