A brush up on Selenium.
- Chrome webdriver - Download here
- Python
- Create a virtual env using python.
python -m venv .venv
the above command will create a virtual env called .venv
- Install requirements
pip install -r requirements.txt
A brush up on Selenium.
python -m venv .venv
the above command will create a virtual env called .venv
pip install -r requirements.txt