Home > other >  The selenium library installation and test
The selenium library installation and test

Time:09-28

Today to study the selenium, tested the casually, but has been an error, the Internet is the Chrome version and the chromedriver version does not agree, I use the Google browser version is 80 0.3987.106 (64), download the chromedriver is 80. 0.3987.106, don't use this drive? Which big brother to help me have a look at, very grateful!!

CodePudding user response:

Put your browser driven in python. Exe with directory
Python \ Python37

CodePudding user response:

 
Chrome_driver="C:/Users/KING/Downloads/chromedriver_win32/chromedriver. Exe"
Driver=webdriver. Chrome (executable_path=chrome_driver)
  • Related