Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 404 Bytes

Headless Selenium

An example of how to run Chrome and Firefox headless without third parties.

Requirements

Install

$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt

Run

python <nomearquivo.py>