-
Traceback (most recent call last):
File "。。。/BrowserMobProxyTest/framework.py", line 69, in
f = Framework()
File "。。。/BrowserMobProxyTest/framework.py", line 16, in __init__
self.serv…
-
It looks like BrowserMob Proxy isn't cleaning up the SSL support directories when a proxy is shutdown. This has resulted in me exhausting inodes several times over the past few weeks. I've tracked t…
-
Would allow customising the har logger via the REST API and leverage the existing `bodyLogging` and `postDataLogging` options currently only accessible when martian is used as a library.
```json
{…
-
Hi,
I'm trying to implement the browsermob api in an Android App. It looks like it is starts the Proxy, but everytime I set the Proxy in the Wifi settings I'm getting an "ERR_EMPTY_RESPONSE" from C…
-
"You can control the browsermob-proxy directly if you want even finer-grained control using methods mapped directly to its REST interface. Here is an example:"
you give no example of how to use the r…
-
When installing Mobilenium via pip, the mobidriver.py module doesn't get installed so I'm unable to get access to it, I still could install it by cloning the repository source code :)
HenBK updated
4 years ago
-
My previous question as well as scripts:
https://github.com/lightbody/browsermob-proxy/issues/661
I have a proxy server - BrowserMobProxyServer
And from the page I get a socket from connecting to…
-
Using the latest release of BMP 2.1.2, I was able to resolve the issue reported earlier (https://github.com/lightbody/browsermob-proxy/issues/492) when running tests from my local machine. Today, when…
-
I'm running the latest browsermob-proxy and selenium in python 3.5 with chromeDriver. It's capturing network traffic just fine, for the most part. However, it's missing the first 3-5 seconds of networ…
-
I'm using the code from the example to generate a HAR for a specific page. The generated HAR is ~40 KB. When I use browsermob-proxy in python for the same page the generated HAR is ~1.5 MB. At least …