Using Selenium to automate repetitive administrative tasks.
Given that this script was written specifically for an online tool not accessible to the public, it is not recommended that it be used as-is. I'd recommend using this as boilerplate code; after customizing, you can run the script in a CLI using:
python [file_name.py]
- Selenium WebDriver - Used for browser automation
- GetPass - For prompting the user for a password without echoing
- Wendy Sung