Skip to content

Instantly share code, notes, and snippets.

View SSEKPIUS's full-sized avatar
🏠
Working from home

pius ssekweyama SSEKPIUS

🏠
Working from home
View GitHub Profile
@SSEKPIUS
SSEKPIUS / submit_assignment.py
Created October 30, 2023 13:24 — forked from WillKoehrsen/submit_assignment.py
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