解決selenium操作Chrome瀏覽器報(bào)錯(cuò):WebDriverException: Message: ‘chromedriver’ executable needs to be in PATH
背景
在使用selenium操作Chrome瀏覽器報(bào)錯(cuò):selenium. common.exceptions . WebDriverException: Message: ‘chromedriver’ executable needs to be in PATH
報(bào)錯(cuò)問(wèn)題
selenium. common.exceptions . WebDriverException: Message: 'chromedriver' executable needs to be in PATH.Please see https://chromedriver.chromium.org/home selenium.common.exceptions.SeleniumManagerException: Message: Selenium manager failed for: D:\develop\python\Python3\Python37\lib\site-packages\selenium\webdriver\common\windows\selenium-manager.exe --browser chrome.
截圖如下:
報(bào)錯(cuò)翻譯
主要報(bào)錯(cuò)信息內(nèi)容翻譯如下所示:
selenium. common.exceptions . WebDriverException: Message: ‘chromedriver’ executable needs to be in PATH
翻譯:
selenium. common.exceptions . WebDriverException: 消息:chromedriver的可執(zhí)行文件需要在PATH中
報(bào)錯(cuò)原因
經(jīng)過(guò)查閱資料,發(fā)現(xiàn)這個(gè)報(bào)錯(cuò)是由于Chromedriver驅(qū)動(dòng)和谷歌瀏覽器版本不一致。
小伙伴們按下面的解決方法即可解決?。?!文章來(lái)源:http://www.zghlxwxcb.cn/news/detail-760449.html
解決方法
- 確定Chrome版本
我們首先確定自己的Chrome版本
Chrome設(shè)置->關(guān)于Chrome
可以看到,當(dāng)前chrome是最新版本:119.0.6045.124(正式版本) (64 位)。 - 下載安裝匹配版本的谷歌瀏覽器驅(qū)動(dòng)
- 配置環(huán)境變量
具體的下載安裝和配置,可點(diǎn)擊參考Selenium安裝WebDriver:ChromeDriver谷歌瀏覽器驅(qū)動(dòng)下載安裝與使用最新版118/119/120
然后就可以了
今天的分享就到此結(jié)束了
文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-760449.html
到了這里,關(guān)于解決selenium操作Chrome瀏覽器報(bào)錯(cuò):WebDriverException: Message: ‘chromedriver‘ executable needs to be in PATH的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!