Skip to content

darugnaa/selenium-windows-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selenium-windows-quickstart

Simple quickstart project to run Selenium on Windows 10 using multiple browsers!

Versions

Tested on

From Firefox 47 the FirefoxDriver is discontinued. The new Marionette driver is not officially released yet. You can read more on StackOverflow: Selenium 2.53 not working on Firefox 47, Firefox 47.0 to crash on startup selenium webdriver; and on MDN.

Setup

Clone this repository into your local machine

git clone https://github.com/darugnaa/selenium-windows-quickstart.git
cd selenium-windows-quickstart
start .

Driver setup

Download drivers for Chrome, IE and Opera. Unzip them into a folder, for example C:\Users\you\drivers\.
Edit the Java project pom.xml and add the full path in the <properties> section.

Run using Java bindings

cd SeleniumWindowsJava
mvn clean verify

About

Simple quickstart project to run Selenium on Windows using multiple browsers!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages