Skip to content

abraham-john-paul/Covid-App-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages