Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium-Scripts

This repo contains some Selenium scripts I'm using to learn Selenium

Setup

Python package

Make sure to install the following packages:

pip install selenium
pip install python-dotenv

Note: If you are using MacOs or Linux, maybe you should use pip3 instead of pip.

Web Drivers

If everything goes right you will be able to run almost every tutorial.

Examples

EAFIT_daily_health_report.py

To be able to run the EAFIT_daily_health_report.py script you have create a .env file that looks like this:

EMAIL=email@email.com
PASSWORD=1234567890

About

This repo contains some Selenium scripts I'm using to learn Selenium

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages