6,219
社区成员




求大佬提点~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
你电脑上没有chrome的驱动,国内镜像,可以在这个链接下载对应的版本。你如果想直接调用,可以将chromedriver添加到环境变量或者在代码中明确指出chromedriver的路径。
from selenium import webdriver
web = webdriver.Chrome(executable_path='Your driver location')