I use default browser as Firefox. I have set to connection setting to "Manual Proxy Configuration " and has added localhost to proxy by pass. But when I'm trying to load localhost web address through selenium web driver that automatically change the proxy setting to "use system proxy setting " and my localhost web addresses not working. How can I chage it
Asked
Active
Viewed 57 times
1
-
@alecxe problem is "addAdditionalPreference" method is not shown under FirefoxProfile(). Is there any other method? – Maduri Dec 09 '14 at 14:20
-
1yeah, try other answers in that topic. [This one](http://stackoverflow.com/a/5166310/771848) should work. – alecxe Dec 09 '14 at 14:31
-
On Kubuntu Linux I had this same issue. Setting `network.proxy.type` to 0 in the anonymous profile resolved that. – dotancohen Dec 31 '15 at 09:22