Skip to content

zahid19/selenium-webdriver-java-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

selenium-webdriver-java-helloworld

Selenium WebDriver (Java) built with Eclipse IDE.(Chrome and Firefox driver)

Note:This project was created in Ubuntu 18 operating system.

Get Latest Selenium and WebDriver:

https://www.seleniumhq.org/download/

Installing Google Chrome Driver:

https://sites.google.com/a/chromium.org/chromedriver/downloads

Terminal Commands(shell):

unzip chromedriver_linux64.zip sudo chmod +x chromedriver sudo mv chromedriver /usr/bin/

Command to get path of chromedriver file:

whereis chromedriver

Installing Mozilla GeckoDriver:

https://github.com/mozilla/geckodriver/releases

Terminal Commands(shell):

unzip geckodriver-v0.26.0-linux32.tar.gz sudo chmod +x geckodriver sudo mv geckodriver /usr/bin/

Command to get path of geckodriver file:

whereis geckodriver

About

Selenium WebDriver (Java) Eclipse project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages