jessica
jessica
> After searching for some time I found [this](https://github.com/ms777/browsermob-proxy-for-Selenium/blob/master/buildBrowsermob.xml), I added all dependencies from this file's zipfileset and it works finally. Thanks to @ms777! which dependencies?
while open page , always show cannot connect network, can you help me see see?
![Uploading image.png…]()
private static DesiredCapabilities startBrowserMobProxy() { DesiredCapabilities capabilities = new DesiredCapabilities(); BrowserMobProxy browserMobProxy = new BrowserMobProxyServer(); browserMobProxy.setTrustAllServers(true); browserMobProxy.start(9092); browserMobProxy.enableHarCaptureTypes(CaptureType.getAllContentCaptureTypes()); String hostIp = new NetworkUtils().getIp4NonLoopbackAddressOfThisMachine().getHostAddress(); Proxy proxy = ClientUtil.createSeleniumProxy(new InetSocketAddress(hostIp, browserMobProxy.getPort())); proxy.setHttpProxy(hostIp...
has the problem been solved? i had the same problem, and the log didn't have anything error or exception
Can you help me take a look?