Skip to content

Instantly share code, notes, and snippets.

View MrML1986's full-sized avatar

Naveen Kumar MrML1986

  • Frankfurt, Germany
View GitHub Profile
@WillKoehrsen
WillKoehrsen / submit_assignment.py
Created March 10, 2018 20:26
Automation of Assignment Submisison
# selenium for web driving
import selenium
from selenium import webdriver
# time for pausing between navigation
import time
# Datetime for recording time of submission
import datetime