set_browser_config
Configure browser settings like viewport size, user agent, and security options for automated browser sessions to customize web interaction behavior.
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 |