chrome
Installation
SKILL.md
Chrome Automation
Automate browser interactions using Puppeteer or Playwright.
Prerequisites
# Puppeteer
npm install puppeteer
# Or Playwright
npm install playwright
npx playwright install chromium
Automate browser interactions using Puppeteer or Playwright.
# Puppeteer
npm install puppeteer
# Or Playwright
npm install playwright
npx playwright install chromium