The aim of the program is to submit a simple code solution for the problem COVID RUN to CodeChef website website using automated script.
- Selenium : A popular automation tool.
- webdriver-manager : Supporting package.
- Chromedriver has to be installed before executing the program
- An existing account in CodeChef.com
>> pip3 install selenium
>> pip3 install webdriver-manager
>> python codechef_selenium_script.py
Enter codechef username: $(username)
Enter codechef password: $(password)
Enter your solution filename with extension(file must be present in the same directory): $(solution)
Successfully submitted the solution!