browser_set_options
Set browser session options to control Chrome's debugger mode: disable the yellow debugging banner by default, or enable it for sites with strict CSP that block scripting.
Instructions
Set session options. use_debugger=false (default) avoids the yellow Chrome "debugging this browser" banner; set true only when scripting fails on CSP-strict sites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_debugger | No | Enable chrome.debugger / CDP (shows yellow banner) |