GitHub - mherrmann/helium: Lighter web automation with Python
Lighter web automation with Python
Helium is a Python library for automating browsers such as Chrome and Firefox.
For example:
Installation
To get started with Helium, you need Python 3 and Chrome or Firefox.
I would recommend creating a virtual environment. This lets you install Helium
for just your current project, instead of globally on your whole computer.
To create and activate a virtual environment, type the following commands into
a command prompt window:
python3 -m venv venv
# On Mac/Lin...
Read more at github.com