Helium

Latest version: v5.1.1

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

3.0.2

Added an argument `options` to `start_chrome(...)`. You can use it to supply the `ChromeOptions` when starting the browser. For example:

python
from selenium.webdriver import ChromeOptions
options = ChromeOptions()
options.add_argument('--start-maximized')
options.add_argument('--proxy-server=1.2.3.4:5678')
start_chrome(options=options)

3.0.1

Thank you Tim Powell (tbp105) for the PR (2)!

3.0.0

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.