Releases: AndyShiu/claude-skill-playwright-browser
Releases · AndyShiu/claude-skill-playwright-browser
Release list
v1.0.1 — Windows crash fix / Windows 崩潰修正
Fixed / 修正
- Windows: commands using
--until-url,--click,--wait-for,--selectoror--maskcrashed at startup withReferenceError: Cannot access 'MSYS_MANGLED' before initialization. macOS and Linux were not affected. Thanks @DaveTseng2019 for the fix (#1). - Windows:使用
--until-url、--click、--wait-for、--selector、--mask時,程式一啟動就崩潰。macOS 與 Linux 不受影響。感謝 @DaveTseng2019 修正(#1)。
Docs / 文件
- README: head-to-head comparison with Claude in Chrome / README 加入與 Claude in Chrome 的實測比較
Upgrade / 更新
cd ~/.claude/skills/playwright-browser && git pullNo setup changes needed. / 不需要重新安裝。
Full changelog: v1.0.0...v1.0.1
v1.0.0 — First public release / 第一個公開版本
Claude Code skill that gives Claude a background Playwright browser.
讓 Claude Code 擁有在背景執行的 Playwright 瀏覽器。
Highlights / 重點
- inspect — text outline of a page;
--clickwalks menus by visible text / 用文字列出頁面結構,可依文字逐步點選單 - shot — desktop / tablet / mobile, full page or element / 多尺寸、整頁或元素截圖
- audit — console & network errors, broken images/links, responsive overflow, axe accessibility, LCP/CLS, visual diff / 前端健檢
- run — scripted UI flows with automatic failure screenshots / 自訂操作流程,失敗自動截圖
- login / sessions — log in once yourself; refreshed tokens are saved back / 自行登入一次,自動回存新 token
- Cross-platform: macOS, Linux, Windows (tested) / 跨平台,Windows 已實測
Install / 安裝
git clone https://github.com/AndyShiu/claude-skill-playwright-browser.git ~/.claude/skills/playwright-browserRequires Node.js 18+. The first use runs a one-time setup (~150 MB for Chromium).
需要 Node.js 18 以上;第一次使用時會自動安裝(Chromium 約 150 MB)。
See CHANGELOG.md for details.