您好,登錄后才能下訂單哦!
添加Chrome瀏覽器程序的目錄到系統(tǒng)Path變量中:
C:\Users\%USERNAME%\AppData\Local\Google\Chrome\Application ,使用pip3 install selenium安裝selenium模塊后,在jupyter notebook中運行示例程序:
from selenium import webdriver browser = webdriver.Chrome() browser.get('http://www.baidu.cn')
【報錯信息】:
FileNotFoundError Traceback (most recent call last)
c:\users\catty\appdata\local\programs\python\python37\lib\site-packages\selenium\webdriver\common\service.py in start(self)
75 stderr=self.log_file,
---> 76 stdin=PIPE)
77 except TypeError:
FileNotFoundError: [WinError 2] 系統(tǒng)找不到指定的文件。
During handling of the above exception, another exception occurred:
WebDriverException Traceback (most recent call last)
<ipython-input-1-9c76fc9a65d6> in <module>
1 from selenium import webdriver
2
----> 3 browser = webdriver.Chrome()
4 browser.get('http://www.baidu.cn')
5
WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
【解決辦法】:
到網址:http://npm.taobao.org/mirrors/chromedriver/
下載與瀏覽器程序Chrome.exe相對應的版本的chromedriver.exe 程序,放到系統(tǒng)能夠找到的路徑中,比如:C:\Users\catty\AppData\Local\Programs\Python\Python37目錄下,再次在jupyter notebook中運行示例,不再報錯,能夠正常使用谷歌Chrome瀏覽器打開百度網站。
參考鏈接:
python Selenium2.0模塊使用中報錯的解決辦法
https://blog.csdn.net/limeilian10221017/article/details/70570056
chromedriver.exe下載
https://blog.csdn.net/morling05/article/details/81094151
Chromedriver.exe 下載地址:
http://npm.taobao.org/mirrors/chromedriver/73.0.3683.68/
http://npm.taobao.org/mirrors/chromedriver/
Mirror index of http://chromedriver.storage.googleapis.com/
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經查實,將立刻刪除涉嫌侵權內容。