When I connect to a website manually in FireFox on my local corporate intranet site, I am not asked for a login.
When I create a script and call driver.get for the same site, a box pops up and asks for a login. How do I prevent this?
I have not created profiles in Firefox. There is only the default stored at
C:\Users\john.doe\AppData\Roaming\Mozilla\Firefox\Profiles\50u5oy88.default
I assumed this is used automatically by FireFox even when called by Selenium, but maybe this is not the case.
I am using FireFox v35.01 (latest version) and python 3.4.2 on Windows 7 Professional.
Hopefully I posted enough information, otherwise let me know. This is corporate data, so I cannot post actual information.