har-capturer
v0.15.0
Published
Capture HAR files from a headless Chrome instance
Downloads
4
Maintainers
Readme
chrome-har-capturer
Capture HAR files from a Chrome instance.
Prerequisites
- Node v21
Setup
Install this module from NPM:
npm install -g har-capturer
Basic usage
- Node
node cli.js --host=localhost --port=9222 https://google.com > out.json
- Docker
docker run --env URL=https://google.com --name har-capturer --rm dunkbing/chrome-har-capturer:latest > out.json