To automate filling of feedback on AIMS
- Open Command Prompt/Terminal and check if Python exists in your machine by entering the command - "python --version"
- If it throws an error, Install the python interpreter properly in your machine
- Then run the command to install selenium module in your machine - "pip install selenium"