How to automate username/password fill for firefox authentication popup using selenium IDE
问题 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? 回答1: I ended up using AutoIT with a login script containing the following and