I'm doing some automated testing using c#, nUnit, Selenium WebDriver & Firefox.
I'm running into a problem with the Security Warning Popup: Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
I want to disable this in Firefox, so that my testing isn't hindered.
I'm seeing conflicting reports on the internet of whether or not this is possible. I have tried changing Firefox security warning settings using about:config but I still can't get rid of the popup (popup still shows when using WebDriver or manually using Firefox).
Any solutions to this would be greatly appreciated as I've lost over 2 hours of my life on this.
A solution to stop the popup from happening or closing it automatically from WebDriver would be equally good.
