安装驱动官方网址: https://sites.google.com/a/chromium.org/chromedriver/downloads 淘宝镜像历史版本 http://npm.taobao.org/mirrors/chromedriver/ 安装方式 unzip sudo cp chromedriver /usr/bin/ 测试代码 from selenium import webdriver webdriver.Chrome()