Skip to content

Instantly share code, notes, and snippets.

View miGa77's full-sized avatar

miGa77

  • Aachen, 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