Using the
The from seleniim import webdriver
Br=webdriver. Firefox ()
Can call normal boot firefox browser, but after the knock to the Python code, no reaction, such as:
Br. Get (' https://www.baidu.com/')
Print (br. Page_source)
Python does not have any response? Behind the front two commands are not normal & gt;>
This is how to return a responsibility, gratitude
CodePudding user response:
Seems to be solved by using Chrome, download the latest version of Google browser and corresponding driver is ok,CodePudding user response:
Python version is too high, please reduce version, should be able to control the FirefoxCodePudding user response:
Thank you, I use the latest Chrome has been solved,