This repository contains the following add-ons
Chromium GUI for testing and extended browser automation
Chromium runner in headless mode for browser automation
Setup the dev environment using VSCode, is is highly recommended.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements_dev.txt