📌  相关文章
📜  DeprecationWarning: executable_path has been deprecated, please pass in a Service object - 不管代码示例

📅  最后修改于: 2022-03-11 14:58:46.907000             🧑  作者: Mango

代码示例2
from selenium import webdriver

PATH = '/Users/blutch/Documents/Chrom Web Driver\chromedriver.exe'
driver = webdriver.Chrome(PATH)
driver.get("https://www.google.com")