-
This repo contains mulitple .py files that illustrate using Selenium in various ways. Every file starts with a comment section that contains what the file is about and what it does.
-
The repo also contains a folder called unit_test that is how a test on a website is carried out in the industry using Selenium. It involves quite a lot of advanced Python concepts that require you to go through the entirety of the code thoroughly.