Closed karim-nabli closed 6 years ago
Well, it is Microsoft - ie- edge webdriver issue: they don't support proxy capability, in other word ioOption.setCapability(CapabilityType.PROXY, seleniumProxy) has no impact. It wont tell the webdriver to use a proxy. reference: https://docs.microsoft.com/en-us/microsoft-edge/webdriver in W3C WebDriver section, there is the line Proxy Configuration | "proxy" | Not Supported | N/A the update since 6 June 2018. There was an issue in Nov 2015 raised for similar problem : https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5468949/ So microsoft people knows about this problem for more than 2 years but they have done nothing related to that.
Hi, Env: Win Server 2016 - IE11 - Java 8- bmp 2.1.5 - Selenium 3.12.0 I have set up browsermob proxy as following:
after creating IE webdriver instance
the I create webdriver object, I open page in http localhost, so far so good, click event works fine. (manually I was able to see the http traffic) from trace
But the generated harfile entires are empty: