Varun Gaur
Varun Gaur
This is how my configuration looks like for the proxy using selenium - hope this helps. ``` Proxy seleniumProxy = null; try { proxy = new BrowserMobProxyServer(); proxy.setTrustAllServers(true); proxy.start(); seleniumProxy...
@Sourabh25 yes you can use browsermob-proxy with chrome-driver.See below- ``` private BrowserMobProxy proxy; proxy = new BrowserMobProxyServer(); proxy.start(); Proxy seleniumProxy = ClientUtil.createSeleniumProxy(proxy); try { String hostIp = Inet4Address.getLocalHost().getHostAddress(); seleniumProxy.setHttpProxy(hostIp +...
Has anyone been able to fins a solution to this. Still happening for me? +1
we are seeing the same external-dns version 14 pod crashing quite often. same error message - `level=fatal msg="received internal server error response (HTTP 500), please try again later"`. Would be...
Does v0.14.1 solves/have fix for this?