An example of how to run Chrome and Firefox headless without third parties.
$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
python <nomearquivo.py>
An example of how to run Chrome and Firefox headless without third parties.
$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
python <nomearquivo.py>