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
Post a Comment