1. 程式人生 > >selenium chromedriver配置

selenium chromedriver配置

        使用selenium中的chromedriver驅動,除了需要下載chromedriver.exe然後放置在chrome瀏覽器的安裝目錄之外,

還要將該目錄新增到環境變數path中,但不用精確到具體的exe檔案。

       selenium中使用chrome,需要新增chromedriver.exe的檔案目錄,如:

driver=webdrive.Chrome(executable_path="C:\Google\Chrome\Application\chromedriverr.exe")