摘要: 官方地址最新匹配版本为115版本,后续匹配版本下载链接: https://googlechromelabs.github.io/chrome-for-testing/#stable 阅读全文
posted @ 2023-09-06 10:14 小_糖 阅读(3962) 评论(0) 推荐(0)
摘要: Details: session not created: This version of ChromeDriver only supports Chrome version 76 在执行脚本的时候遇到了这个问题,尝试去百度,但是都是selenium的解决办法,说是chromedriver版本的问题 阅读全文
posted @ 2022-05-22 15:43 小_糖 阅读(632) 评论(0) 推荐(0)
摘要: from selenium import webdriverfrom selenium.webdriver import TouchActionsfrom selenium.webdriver.common.by import Byfrom time import sleepfrom seleniu 阅读全文
posted @ 2022-03-19 18:44 小_糖 阅读(518) 评论(3) 推荐(1)