-
I am using a MacBook Air with osX 10.13.5, prowsermob-proxy 2.1.4 (python part 0.8.0), selenium 3.13.0, firefox 61.0.1 and python 2.7.10, and trying to run essentially the example given in the README:…
-
Hi
I'm looking for some advise around parallel execution of selenium tests that run in selenium grid.
Would each test require its own browsermob-proxy?
Hopefully not as that will likely not…
-
I can able to run and get Response Header Using browsermob and selenium using following code
```
DesiredCapabilities capabilities = new DesiredCapabilities();
BrowserMobProxy proxy = getPro…
-
Hi there,
I used below command-line to launch BMP in standalone mode. I tried to bypass www.google.com from upstream chain proxy. However seems this nonProxyHosts value is ignored for some reason. I…
-
### cannot work with proxy
setup docker standalone-chromium svc and proxy locally, the proxy will not work;
step1: setup standalone-chromium
`docker run --rm -it -p 4444:4444 -p 5900:5900 -p 7…
-
When starting browsermob, it would be beneficial if we could specify the mitm ssl file paths.
For example:
bin/browsermob-proxy --sslKey /dir/ssl-key.p12 --sslCA /dir/ssl-ca.crt
With an optional par…
bputt updated
7 years ago
-
Hello,
I'm using browsermob rest client. I'm trying to run my tests over an authenticated upstream proxy.
It all works fine, but for some URLs we get 407's proxy authentication required.
Some import…
-
When I use `profile.set_proxy(proxy.selenium_proxy())`, it rasies warning that
> This method has been deprecated. Please pass in the proxy object to the Driver Object",
Depreca…
-
We are using the proxy and WebDriver and followed steps described in https://github.com/lightbody/browsermob-proxy#ssl-support
Still we are not able to see waterfalls. The HAR file is empty.
We trie…
-
Hi,
I like the idea of this project. I agree that BrowserMob Proxy in embedded mode cannot be used on Remote WebDriver. Can I ask if this project is updated? I see that you are still the webmetrics v…