Nwafor6 / login-mini-bot

This is an interview project. The script login twice to a website and print out any error encountered.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Script to automate login and print error output

#Note before runing this script, make sure the following dependencies has been installed

#1: Beautiful Soup using "pip install beautifulsoup4 " #2: Selenium using "pip install selenium #3: requests using "pip install requests"

#After this is done, download the chrome webdriver and copy the path as showned the the #code replace my personal path to suit yours.

About

This is an interview project. The script login twice to a website and print out any error encountered.


Languages

Language:Python 100.0%