您好,登錄后才能下訂單哦!
不廢話,直接進入主題,本次演示如何啟動chrome,且指定默認的profile
下載chromedriver
地址:http://chromedriver.storage.googleapis.com/index.html?path=2.33/
特別注意:看notes.txt注意版本號一定要匹配啊,如果chromedriver版本和你的chrome版本不匹配那就可能啟動不了!!!!!
實戰代碼
from selenium import webdriver path="chromedriver.exe所在的完整路徑" option=webdriver.ChromeOptions() #用chrome地址欄輸入chrome://version/,查看自己的【個人資料路徑】 option.add_argument('--user-data-dir=上面查看的個人資料路徑寫這里') driver=webdriver.Chrome(executable_path=path,chrome_options=option) #return driver
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。