python 中 插件 chromedriver下载 Python

shuke 2022-12-11 218

chromedriver下载地址:

 http://chromedriver.storage.googleapis.com/index.html 

http://npm.taobao.org/mirrors/chromedriver/ 

 两个地址都可以下载,

根据自己的chrome浏览器的版本选择下载即可 

from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
import time
import urllib.request as request
driver = webdriver.Chrome()
最新回复 (0)
全部楼主
返回