-
I've been having an issue driving both browsermob-proxy-2.1.0-beta-3 and browsermob-proxy-2.1.0-beta-4 with AutomatedTester namely that .Stop() is not terminating the java side of things nor is it ter…
-
Script:
```js
var Proxy = require('browsermob-proxy').Proxy
, proxy = new Proxy()
, fs = require('fs');
…
-
```
/Users/kazuakiurayama/.sdkman/candidates/java/current/bin/java -ea -Xmx1g -XX:MaxPermSize=256m -Didea.test.cyclic.buffer.size=1048576 -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_…
-
I want to try to use 'browsermob' to monior the network connections during a selenium test, but it seems this project missed an installation documentation.
Example:
- How to install 'browsermob-p…
-
I was trying my hands on on Selenium + Browsermob proxy to capture request/responses in HAR format. With the help of https://github.com/lightbody/browsermob-proxy/#using-with-selenium i was able to ca…
-
ERROR: Error: connect ECONNREFUSED
-
Here is the stack trace of the exception:
Caused by String index out of range: -1
java.lang.String.substring(String.java:1911)
at cz.mallat.uasparser.fileparser.PHPFileParser.loadFile(PHPFileParser…
-
I'm using browsermob-proxy version 2.1.4 where addHeader and addHeaders are not working.
browsermob-proxy + selenium --> Chrome
code snippet -
```
browserMobProxy = new BrowserMobProxySer…
-
Hello -
Are upstream proxies not supported? I figure it should be getting passed like this:
$BrowserMob = new PHPBrowserMobProxy_Client("localhost:8080/proxy?httpProxy=proxyhost:proxyport");
Howeve…
-
I am trying to get the network log and gnerating a HAR file with browsermobproxy and I am not able to get the response content data, ie the content data has size 0 always.
for example when I go to …