browser_install
Install Chromium browser binary for Playwright web automation when encountering browser not installed errors.
Instructions
Install Playwright Chromium browser binary. Call this if you get an error about the browser not being installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| withDeps | No | Install system dependencies required by Chromium browser. Default is false | |
| force | No | Force installation even if Chromium is already installed. Default is false |