playwright-script-recorder
v0.1.0
Published
Evidence-first Playwright CLI recorder for AI-assisted browser workflows.
Maintainers
Readme
Playwright Script Recorder
Evidence-first wrapper around the recorder-enabled Playwright CLI.
Install
npm install -g playwright-script-recorder
pwsr doctorRecord
pwsr record --dir runs\my-task -- -s=my-task open https://example.com --browser=chromium
pwsr record --dir runs\my-task -- -s=my-task --raw snapshot
pwsr record --dir runs\my-task -- -s=my-task --raw generate-locator e6Use the same -s=<session> value for one browser session.
Review
pwsr review runs\my-taskThis writes runs\my-task\summary.md from raw.jsonl.
Raw Playwright CLI
pwsr raw -- --help