I got a selenium script that works, but when it is opened with selenium-rc it is in a new instanced which requires me to re-login. Is there a way to automate filling in the username/password for the "authentication required" window that pops up?
I have tried the following but it doesn't work:
http://username:password@site.com/
instead of http://site.com/
Any ideas other than calling another script like autohotkey?