Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Passing credentials on IE using selenium

until now I used selenium with python on Chrome, and I use this line to enter the website:

driver.get("http://user_name:passl@some_url")

and It worked great in entering the credentials and entering the site. Now I'm using Ie, and the same methods isn't working, is there another way to do that? thanks!

Comments