Helium

Latest version: v5.0.0

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

Scan your dependencies

Page 3 of 4

3.0.6

Thanks avinashtechlvr for the PR!

3.0.5

Helium ships with its own copies of gecko- and chromedriver. These binaries quickly become outdated. Previously, there was no easy way to "fix" Helium's webdrivers for your machine.

No longer. Now, Helium first attempts to use `chromedriver` and `geckodriver` from your `PATH`. This lets you install the versions of those drivers that work on your system.

The implementation is based on a PR by TotallyNotChase. Thank you!

3.0.4

See the new test [`test_drag_point`](https://github.com/mherrmann/selenium-python-helium/blob/ffdac9349ba52d74ec45da1cc12880a5170dcbaf/tests/api/test_point.py#L95-L99).

3.0.3

Thank you ftnext for the PR!

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)!

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.