0.15.0 • Published 1 year ago

har-capturer v0.15.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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