Skip to content

Selenium automates browsers and is used for testing web applications. This repository contains a collection of Selenium Scripts that I write inorder to perform small automations

License

Notifications You must be signed in to change notification settings

vivekshotti/SeleniumScriptsCollection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Scripts Collection

This repository contains a collection of Selenium Scripts that I write inorder to perform small automations on majorly Chrome Browser.

Selenium Help

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.

> 1_YoutubeSubsCount.py

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:

> 2_NBAcustomJersey.py

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.

About

Selenium automates browsers and is used for testing web applications. This repository contains a collection of Selenium Scripts that I write inorder to perform small automations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages