electron-har
electron-har copied to clipboard
A command-line tool for generating HTTP Archive (HAR) (based on Electron)
the HAR object this produces, has an empty content{}, there is no content "text" attribute. Is there a way to enable?
Hi, I installed electron-har and when i use command "electron-har http://google.com ", I am getting this error has cannot find module electron. can anybody help on this
After running the npm install with -g flag, getting an error when trying the example snippet programmatically as well as from cmd terminal: Uncaught Error: Cannot find module 'electron-har' at...
Hello, Would this be possible to use with Nightmarejs?
Fix #5 **EDIT:** - :shell: add CLI option `-A` (user agent) with argument validation - :shell: add CLI option `-Y` (network throttling) with argument validation - fix `user-agent` string override...
On OS X, latest El Capitan, using zsh and the electron-har installed via ``` bash npm install -g electron-har ``` When I first tried: ``` bash electron-har http://cultofmac.com ``` It...
Found information on the following User Agent topics, and it doesn't seem to work well: https://github.com/atom/electron/blob/master/docs/api/session.md#seswebrequest Perusing the electron issues, I found https://github.com/atom/electron/issues/134 regarding a User Agent API, but the...
One of the primary use cases I have around this project is being able to throttle the network and applying custom user agents to simulate certain desktop and mobile environments....