针对115以上版本的谷歌游览器自动升级selenium驱动。
Project description
用法示例:
from UpdateChromeDriver.UpdateChromeDriver import *
options = webdriver.ChromeOptions()
options.add_experimental_option(
'excludeSwitches', ['enable-logging', 'enable-automation'])
browser = getChromeBrowser(options)
browser.get("https://www.baidu.com/")
time.sleep(2)
驱动会从下载到~.cache\selenium 下载来源:https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for UpdateChromeDriver-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a526b4fc48f10b0047ad7be01d11e48921ff9f5c3a4af51ff987a4cecb331f4e |
|
MD5 | c6e6286f3e0b65dfe3eb2cd644b688eb |
|
BLAKE2b-256 | 775918c325e08e5cb80bbf535b075c7e41ec496fb06a04ac4c32e3f29e0b5ac5 |