久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='ZxtV3'><style id='ZxtV3'><dir id='ZxtV3'><q id='ZxtV3'></q></dir></style></legend>
    • <bdo id='ZxtV3'></bdo><ul id='ZxtV3'></ul>

      <tfoot id='ZxtV3'></tfoot>
      <i id='ZxtV3'><tr id='ZxtV3'><dt id='ZxtV3'><q id='ZxtV3'><span id='ZxtV3'><b id='ZxtV3'><form id='ZxtV3'><ins id='ZxtV3'></ins><ul id='ZxtV3'></ul><sub id='ZxtV3'></sub></form><legend id='ZxtV3'></legend><bdo id='ZxtV3'><pre id='ZxtV3'><center id='ZxtV3'></center></pre></bdo></b><th id='ZxtV3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ZxtV3'><tfoot id='ZxtV3'></tfoot><dl id='ZxtV3'><fieldset id='ZxtV3'></fieldset></dl></div>

      1. <small id='ZxtV3'></small><noframes id='ZxtV3'>

      2. 錯誤消息:“'chromedriver' 可執行文件需要在

        Error message: quot;#39;chromedriver#39; executable needs to be available in the pathquot;(錯誤消息:“chromedriver 可執行文件需要在路徑中可用)

        <i id='KHIA7'><tr id='KHIA7'><dt id='KHIA7'><q id='KHIA7'><span id='KHIA7'><b id='KHIA7'><form id='KHIA7'><ins id='KHIA7'></ins><ul id='KHIA7'></ul><sub id='KHIA7'></sub></form><legend id='KHIA7'></legend><bdo id='KHIA7'><pre id='KHIA7'><center id='KHIA7'></center></pre></bdo></b><th id='KHIA7'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='KHIA7'><tfoot id='KHIA7'></tfoot><dl id='KHIA7'><fieldset id='KHIA7'></fieldset></dl></div>

        1. <small id='KHIA7'></small><noframes id='KHIA7'>

            • <bdo id='KHIA7'></bdo><ul id='KHIA7'></ul>
              • <legend id='KHIA7'><style id='KHIA7'><dir id='KHIA7'><q id='KHIA7'></q></dir></style></legend>
                    <tbody id='KHIA7'></tbody>
                  <tfoot id='KHIA7'></tfoot>
                  本文介紹了錯誤消息:“'chromedriver' 可執行文件需要在路徑中可用"的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我在 python 中使用 selenium,并已從以下站點為我的 windows 計算機下載了 chromedriver:http://chromedriver.storage.googleapis.com/index.html?path=2.15/

                  I am using selenium with python and have downloaded the chromedriver for my windows computer from this site: http://chromedriver.storage.googleapis.com/index.html?path=2.15/

                  下載 zip 文件后,我將 zip 文件解壓縮到我的下載文件夾.然后我將可執行二進制文件的路徑(C:UsersmichaelDownloadschromedriver_win32)放入環境變量Path"中.

                  After downloading the zip file, I unpacked the zip file to my downloads folder. Then I put the path to the executable binary (C:UsersmichaelDownloadschromedriver_win32) into the Environment Variable "Path".

                  但是,當我運行以下代碼時:

                  However, when I run the following code:

                    from selenium import webdriver
                  
                    driver = webdriver.Chrome()
                  

                  ...我不斷收到以下錯誤消息:

                  ... I keep getting the following error message:

                  WebDriverException: Message: 'chromedriver' executable needs to be available in the path. Please look at     http://docs.seleniumhq.org/download/#thirdPartyDrivers and read up at http://code.google.com/p/selenium/wiki/ChromeDriver
                  

                  但是 - 如上所述 - 可執行文件是(!)在路徑中......這里發生了什么?

                  But - as explained above - the executable is(!) in the path ... what is going on here?

                  推薦答案

                  如果你打開一個 cmd 并輸入 chromedriver(假設你的 chromedriver 可執行文件是仍然像這樣命名)并按 Enter.如果出現 Starting ChromeDriver 2.15.322448,則說明 PATH 設置正確,還有其他問題.

                  You can test if it actually is in the PATH, if you open a cmd and type in chromedriver (assuming your chromedriver executable is still named like this) and hit Enter. If Starting ChromeDriver 2.15.322448 is appearing, the PATH is set appropriately and there is something else going wrong.

                  或者,您可以像這樣使用 chromedriver 的直接路徑:

                  Alternatively you can use a direct path to the chromedriver like this:

                   driver = webdriver.Chrome('/path/to/chromedriver') 
                  

                  所以在你的具體情況下:

                  So in your specific case:

                   driver = webdriver.Chrome("C:/Users/michael/Downloads/chromedriver_win32/chromedriver.exe")
                  

                  這篇關于錯誤消息:“'chromedriver' 可執行文件需要在路徑中可用"的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How to make a discord bot that gives roles in Python?(如何制作一個在 Python 中提供角色的不和諧機器人?)
                  Discord bot isn#39;t responding to commands(Discord 機器人沒有響應命令)
                  Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“關于我嗎?Discord 機器人的功能?(不和諧.py))
                  message.channel.id Discord PY(message.channel.id Discord PY)
                  How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 機器人?)
                  discord.py - Automaticaly Change an Role Color(discord.py - 自動更改角色顏色)
                  1. <tfoot id='DtGB3'></tfoot>

                    • <i id='DtGB3'><tr id='DtGB3'><dt id='DtGB3'><q id='DtGB3'><span id='DtGB3'><b id='DtGB3'><form id='DtGB3'><ins id='DtGB3'></ins><ul id='DtGB3'></ul><sub id='DtGB3'></sub></form><legend id='DtGB3'></legend><bdo id='DtGB3'><pre id='DtGB3'><center id='DtGB3'></center></pre></bdo></b><th id='DtGB3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='DtGB3'><tfoot id='DtGB3'></tfoot><dl id='DtGB3'><fieldset id='DtGB3'></fieldset></dl></div>

                        <small id='DtGB3'></small><noframes id='DtGB3'>

                          <bdo id='DtGB3'></bdo><ul id='DtGB3'></ul>
                          <legend id='DtGB3'><style id='DtGB3'><dir id='DtGB3'><q id='DtGB3'></q></dir></style></legend>
                            <tbody id='DtGB3'></tbody>
                          • 主站蜘蛛池模板: 国产精品午夜电影 | 亚洲成人一区二区三区 | 国产精品国产三级国产aⅴ浪潮 | 亚洲激情在线 | 欧美国产日韩一区 | 老司机深夜福利网站 | 欧美综合一区 | 黑人精品欧美一区二区蜜桃 | 日韩在线视频一区 | 久久久久久久久国产精品 | 国产免费一区二区三区免费视频 | 欧美精品在线观看 | 日韩一级免费观看 | 日韩黄a| 日本特黄a级高清免费大片 特黄色一级毛片 | 亚洲视频免费观看 | 91精品一区 | 精品久久久久久久久久久 | 91在线精品视频 | 国产精品美女www爽爽爽视频 | 欧美自拍另类 | 一区二区中文 | 亚洲成人精品 | 国产区第一页 | 日本高清精品 | 亚洲国产高清高潮精品美女 | 欧美性生交大片免费 | 国产一区二区高清在线 | 午夜国产羞羞视频免费网站 | 综合久久一区 | 精品亚洲一区二区三区 | 福利久久 | 久久久久久久av | 欧美激情综合五月色丁香小说 | 中文字幕免费视频 | 国产视频在线观看一区二区三区 | 亚洲一区亚洲二区 | 日韩视频在线一区 | 久久成人一区 | 九九综合 | 日日日日操 |