Home > other >  For help! In Python by using Selenium after restart Firefox
For help! In Python by using Selenium after restart Firefox

Time:10-25

I am Python3.8 selenium3.14, firefox v58
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 Firefox

CodePudding user response:

Thank you, I use the latest Chrome has been solved,
  • Related