MyGit

v5.0.0

mherrmann/helium

版本发布时间: 2023-12-08 14:49:25

mherrmann/helium最新发布版本:v5.1.0(2024-08-23 17:13:22)

This bumps Selenium from < 4.10 to >= 4.16, which introduces a backwards-incompatible change: start_chrome(...) used to take a capabilities parameter. This is no longer supported by Selenium. Instead, you have to use set_capability(...) as follows:

from helium import start_chrome
from selenium.webdriver.chrome.options import Options

options = Options()
options.set_capability('goog:loggingPrefs', {'performance': 'ALL'})
start_chrome(options=options)

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-12-08发行的版本