- Install python 3.8 and pip
- Install virtualenv using pip
pip install virtualenv
- Clone the code
- Create a virtualenv and install selenium package to it.
virtualenv env
env\Scripts\activate
pip install selenium
deactivate
- Download Gecko Driver if using firefox or chromedriver if using Chrome(make sure the driver version and browser version matches)
- Edit automation_data.json
- Run the automation file in the virtual environment created.
{path_to_virtualenv_folder}\env\Scripts\python.exe automation.py