- Selenium 3.8.1 with Java
- TestNG
- JUnit
- FireFox web-browser 52.6.0 (64-bit)
- Chrome web-browser
- Chrome Driver - https://sites.google.com/a/chromium.org/chromedriver/downloads/
- Gecko Driver - https://github.com/mozilla/geckodriver/releases/
webdriver.chrome.driver
= path to ChromeDriver exe-file;
webdriver.gecko.driver
= path to GeckoDriver exe-file. As a follow up to this, you need to restart Eclipse after that.