/Etlab-Survey-Automation

Automate Surveys on Etlab. Made Using Selenium & Python3

Primary LanguagePython

Etlab-Survey-Automation

Logins to Etlab & automates the required survey. Made Using Selenium & Python3

Requirements

Geckdriver Installation (Linux)

  • 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/

Run The Program By,

python3 etlabsurvey.py

Note: Replace username, password, surveylink, answerReference in etlabsurvey.py file depending upon your requirement.