Mahesh V. Ediga
Mahesh V. Ediga
Curious , is this a typo or you missed typing .exe `String chromedriverPath = System.getProperty("user.dir") + "/chromedriver";` should be `String chromedriverPath = System.getProperty("user.dir") + "/chromedriver.exe";` Other than this dont see...
try this. hope that works replace this ``` net.lightbody.bmp browsermob-core 2.1.4 test ``` with ``` net.lightbody.bmp browsermob-core 2.1.5 ```
1) Root cause seems to be either the` test` of the dependency which is most likely the cause i think or the version of Browsermob 2) To avoid 'Not Secure"...
can you upload your project, so that i can try running it on my side. It will be good if you can trim it to bare minimum to reproduce the...
Thanks for providing the sample project. I was able to run your project AS-IS and it worked fine. I am using the following software versions. what are your software versions?...
can you change the url in the code from http://www.google.com to https://www.google.com if still does not work, try with http://www.cnn.com let me know how it goes please and send log...
can you attach the log file?
does your computer have any other network proxy or a vpn or a firewall which could be preventing browsermob proxy from reaching internet? From the logs, it does look like...
would you be able to try these tests: 1) install charles proxy with selenium sending traffic through charles proxy. if this works try #2. if this does not work, then...
Interesting that you are seeing org.eclipse.jetty package in the log and browsermob-dist-2.1.4.jar instead of 2.1.5. please attach the trace log file and your log4j.properties. I made your sample project to...