This is experimental: it will change and its probably broken.
npm install -g haribo
Usage: haribo <url> [ options ]
Options:
--delay=0 Milliseconds to wait after page loads to get rendered
source and screenshots.
--screenshots Include screenshots.
-h, --help Show this help.
-v, --version Show version.
npm install haribo
import { createHar } from 'haribo';
createHar('http://example.com/')
.then((har) => {
// ...
})
.catch((error) => {
// ...
})