Selenium WebDriver (Java) built with Eclipse IDE.(Chrome and Firefox driver)
Note:This project was created in Ubuntu 18 operating system.
https://www.seleniumhq.org/download/
https://sites.google.com/a/chromium.org/chromedriver/downloads
unzip chromedriver_linux64.zip sudo chmod +x chromedriver sudo mv chromedriver /usr/bin/
whereis chromedriver
https://github.com/mozilla/geckodriver/releases
unzip geckodriver-v0.26.0-linux32.tar.gz sudo chmod +x geckodriver sudo mv geckodriver /usr/bin/
whereis geckodriver