jayantsarda

Results 6 comments of jayantsarda

See if this helps: https://techblog.dotdash.com/selenium-browsermob-integration-c35f4713fb59 if you are running your test locally to BMP server you may just want us proxy.start(9091) instead of "proxy.start(9091, InetAddress.getLocalHost());" Try and post the results

I am facing the same issue while gracefully shutdown: > [main] INFO org.littleshoot.proxy.impl.DefaultHttpProxyServer - Shutting down proxy server gracefully [main] INFO org.littleshoot.proxy.impl.DefaultHttpProxyServer - Closing all channels (graceful) [main] INFO org.littleshoot.proxy.impl.ServerGroup...

The Java run time Error is a java 8 bug. I had the same issue and upgrating to latest version of java (jdk1.8.0_121 in my case) resolves the problem. Below...

@HlebHalkouski my BMP version is 2.1.4 and it works perfectly fine on embedded mode. I do see "ProxyToServerConnection" issue in API mode of BMP

ShootingStrategies class of ashot has implementations for various iOS and Android(nonRetina) did you gave a try to those ?

As far as I have understood the Ashot lib so far : 1. It needs a shooting strategy to adjust how and where you want to take screenshot and takes...