browser_visible
Installation
SKILL.md
Browser Launch Modes
browser_use.start has only two launch modes:
- Default: managed CDP
private_mode=true: Playwright-managed
Parameter meanings:
headed: whether to display the browser windowprivate_mode: whether to disable CDP and use Playwright instead
The two parameters are independent and can be freely combined.