A python-based script to automatically login and submit the code in solution file to the given problem code.
Prerequisites:
- Python 3+
- Selenium
- Chromedriver
pip install selenium
- From https://chromedriver.chromium.org/downloads, download the particular browser's webdriver.
- We can use the particular browser's webdriver and then use selenium to automate work.
- Ensure that the webdriver and code to be submitted is in the same repository.