This project is to implement a selenium-based python program to:

  • open a webpage which has a download button to download a text file.
  • let user click the download button, right after the download, selenium should read the content and inject information into the text file.

Prerequisites:

  • Google Chrome 95.0
  • python 3.9

To run the program:

  1. pip install -r requirements.txt
  2. python main.py