top of page

Automated Login: Logging in...Automatically

Watch the demo video here.

Built using Python 3, and utilizing Selenium Webdriver.

Navigating to my work schedule for Olive Garden is nothing short of tediously boring. Especially when I can ask someone, or something, else to do it for me. So I did!

This simple script has the ability to open up a web-browser, go to the URL for my work, login for either me or my wife (passed in as an initial argument), and click all the necessary buttons and dropdown menus to find our schedules. This works very nicely with the Google Calendar Scheduler in that I just need to open up a text document for the input file while this script is logging me in and finding out my schedule for me.

bottom of page