browsermob-proxy
browsermob-proxy copied to clipboard
A free utility to help web developers watch and manipulate network traffic from their AJAX applications.
Migrating PR #62. Support deleting HAR pages by pageRef, to avoid keeping very old and unnecessary HAR data in memory indefinitely.
I am using JAVA + SELENIUM web-driver + browser mobproxy + browserstacklocal ( embeded) compile 'com.browserstack:browserstack-local-java:1.0.2' compile 'net.lightbody.bmp:browsermob-core:2.1.5' Locally its working fine as I am able to intercept the api...
Maven dependency: ``` net.lightbody.bmp browsermob-core 2.1.5 ``` Steps to reproduce: ``` browserMobProxy.start(0); int port = browserMobProxy.getPort(); browserMobProxy.stop(); browserMobProxy.start(port); ``` **EXPECTED**: proxy has been restarted **OBSERVED**: > Exception in thread "main"...
Hi, I'm trying to run the BrowserMobProxyServer with an Android device to monitor the traffic. The problem, it's that I can't monitor the traffic that runs over HTTPS. I've installed...
https://github.com/lightbody/browsermob-proxy/releases still lists 2.1.4 (over a year old) as the most recent release and http://bmp.lightbody.net/ still references 2.1.4 - though, it looks like a 2.1.5 was released or partially released...
Getting this error for one of the build with Selenium tests. Tests are running in 35 parallel threads, each test is started in separate docker container, each test has its...
Hello people, I very much depend on analysis of HAR for my selenium integration tests in case of errors. I recognised that the blacklisted (or non-whitelisted) urls are *not* reported...
My test environment is under a corporate proxy ("proxy.ptbc.std.com:2538").I want to open a particular video on YoTube for a period of time (eg 200 seconds) and capture the har file...
Greetings, why don’t you indicate in readme that you need to install java for the selenium test, Instead of 'If you use BrowserMob Proxy in a Java application or Selenium...