This repository contains a collection of Selenium Scripts that I write inorder to perform small automations on majorly Chrome Browser.
For running this script or learning this framework, you will have to install latest version of python, selenium and browser specific drivers.
One could refer this : https://selenium-python.readthedocs.io/installation.html
For other than these queries : https://selenium-python.readthedocs.io/ is the official documentation.
This script opens up the latest uploads in the channel mentioned, along with displaying the number of subscribers of that channel in the script-runner's terminal.
For instance I ran my script in reference to the Youtuber Samay Raina:
This script basically is a custom NBA Jersey Maker. Inside the code itself, the user is needed to define their last name and their desired jersey number. The driver then redirects to ChicagoBulls Jersey Maker site where auto-clicks and aut-typing occurs to ensure the given name and jersey number are typed in. Then this custom jersey gets downloaded.