久久久久久久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>
                          • 主站蜘蛛池模板: 免费精品 | 美女国产精品 | 久久亚洲视频 | 久久久久国产一区二区三区四区 | 精区3d动漫一品二品精区 | 欧产日产国产精品国产 | 国产成人av一区二区三区 | 精品一区av | 久久久久久久久久久国产 | 九九九久久国产免费 | 黄色一级免费 | 国产精品自拍视频网站 | 国产精品高潮呻吟久久 | 久久精片 | 成人免费在线观看 | 国产精品99精品久久免费 | 亚洲日韩欧美一区二区在线 | 毛片区| 亚洲欧美一区二区三区视频 | 国产91精品在线 | 中国一级特黄视频 | 日韩av三区 | 91精品国产欧美一区二区 | 三区在线 | 国产精品成人一区二区三区夜夜夜 | 成人免费观看男女羞羞视频 | 高清一区二区三区 | 亚洲精品9999 | 毛片高清 | 欧美激情一区二区三区 | 亚洲一区中文 | 欧美日韩一区二区三区四区五区 | 国产97在线 | 日韩 | 欧美一区2区三区4区公司 | 美女视频一区 | 在线视频 亚洲 | av一区二区在线观看 | 久久久亚洲 | 伊人伊成久久人综合网站 | 亚洲在线一区 | 断背山在线观看 |