Install
openclaw skills install playwright-web-test使用 Playwright 对本地网页、静态 HTML 或在线页面执行自动化测试、元素发现、控制台日志采集与截图。
openclaw skills install playwright-web-test这是一个面向 ClawHub / OpenClaw 的网页自动化技能,适合以下场景:
你可以直接对 agent 说:
http://localhost:5173 并截图http://localhost:3000file:///tmp/demo.html,点击按钮后截图http://localhost:5173 的 console 日志agents/main/agent.yaml:技能入口scripts/run_task.py:统一执行入口scripts/with_server.py:先启动服务再执行自动化examples/:示例脚本networkidlewith_server.pyMEDIA: 规范,便于网关直接展示python3 -m pip install playwright && python3 -m playwright install chromium