/practice_selenium

Playing with selenium in python

Primary LanguagePython

Practice Selenium in Python

A brush up on Selenium.

Requirements

Setup

  • 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