i am trying to use browsermob for manipulating http request, but I found it seems not working on remote mode, any one has any idea on this? appreciates!
it is working fine locally WebDriver driver = new FirefoxDriver(capabilities)
but actually on our working environment, we always run the case on a remote server,like this: WebDriver driver = new RemoteWebDriver(new URL("http://d-sjc-00517444.corp.com:4444/wd/hub"),capability);
then firefox cannot open the page said:
The proxy server is refusing connections Firefox is configured to use a proxy server that is refusing connections. Check the proxy settings to make sure that they are correct. Contact your network administrator to make sure the proxy server is working.