Home > other >  How can I get through the PYTHON solve the problems of the IE authentication is required, thanks
How can I get through the PYTHON solve the problems of the IE authentication is required, thanks

Time:09-19

Log in a website, every time want to enter the user name and password, could you tell me how to solve the problem of Internet explorer needs authentication in Python?

CodePudding user response:

Is the need to enter your user name and password?

So you can try the selenium

CodePudding user response:

Try to access the address not heaped up

The user name and password in the url

For example: http://username:[email protected]/

CodePudding user response:

Selenium is seems to fill the form

CodePudding user response:

The from the selenium import webdriver
The from the selenium. Webdriver. Support. Select the import the select

Driver=webdriver. Chrome () # create Chrome object.
Driver. The get (' https://* * * * * * * * * * ') # get access to

I am using this, you need to download a [chromedriver. Exe], then can use python for page elements automatically fill out the form