Files
gh-anthemflynn-ccmp-plugins…/commands/browser-start.md
2025-11-29 17:55:23 +08:00

701 B

description, allowed-tools, argument-hint, model
description allowed-tools argument-hint model
Start Chrome or WebKit browser with debugging enabled. Use --profile to preserve logins, --webkit for Safari testing. Bash(*)
--profile | --webkit | --headless
haiku

Start Browser

Launch a browser session with remote debugging enabled.

node ~/.claude/plugins/*/skills/website-debug/scripts/browser-start.js $ARGUMENTS

Options

  • No arguments: Fresh Chrome profile
  • --profile: Chrome with your profile (preserves logins, cookies)
  • --webkit: Playwright WebKit (Safari-like behavior)
  • --headless: Run without visible window

After starting, confirm the browser is ready and suggest next steps (navigate to a URL).