Logins to Etlab & automates the required survey. Made Using Selenium & Python3
- Selenium (
pip3 install selenium) - Geckodriver & Mozilla Firefox
-
Download the latest release of geckdriver for linux and extract the file.
tar -xvf geckodriver-v0.29.0-linux64.tar.gz -
Make the extracted binary executable.
chmod +x geckodriver -
Move the file /usr/local/bin/ directory.
sudo mv geckodriver /usr/local/bin/
python3 etlabsurvey.py
Note: Replace username, password, surveylink, answerReference in etlabsurvey.py file depending upon your requirement.