摘要: from selenium import webdriver # 成功导入第三方包 import time from selenium.webdriver.common.action_chains import ActionChains db = webdriver.Chrome() # 选择浏览器 阅读全文
posted @ 2020-12-18 22:11 帝歆 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 1.chromedriver 下载地址:https://code.google.com/p/chromedriver/downloads/list 2.Firefox的驱动geckodriver 下载地址:https://github.com/mozilla/geckodriver/releases 阅读全文
posted @ 2020-12-18 11:09 帝歆 阅读(285) 评论(0) 推荐(0) 编辑