Chrome Browser Automation Installation Standalone script : No download; the skill invokes (Node.js v18+ required). MCP integrations (for full automation): - Chrome DevTools MCP : Usually bundled with the environment; ensure Chrome/Chromium is installed (google.com/chrome). - Claude-in-Chrome : Install the Claude-in-Chrome extension and run with when needed. Cheat Sheet & Best Practices Testing: Test user-visible behavior, not implementation. Isolate tests (own storage/cookies); use before/after hooks for login or setup. Mock third-party networks instead of depending on live services. DevTools…