To start this automation project, follow below steps-
- Install python bindings for selenium, using - pip install selenium
- Install webdriver: http://selenium-python.readthedocs.io/installation.html#drivers
- Keep the webdriver and the python file in same directory, otherwise you will get an error.
- Use below python code in any notebook.
- Save the code to be submitted on codechef site as- "Solution.cpp" in the same directory.
- Replace my userid and type your password in place of "type_word_password_here" text.
- Copy the link of codechef question in appropriate location in code.
- Run the python script and wait for few seconds, everything will be done step by step within 1 minute and hopefully you will get Accepted :)