Testing Tools

Loading

Can't run Chrome with Selenium WebDriver

Selenium
Author
Rambo
Date
2016-11-30 01:38
Views
44734673

Currently, I am trying to run Chrome with Selenium Web Driver in the following code:

WebDriver driver = new ChromeDriver();

driver.get("http://www.google.com");

But when building code, Eclipse informs the following error:

/*

java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see http://code.google.com/p/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html at com.google.common.base.Preconditions.checkState(Preconditions.java:177)
 at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:105)
 at org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:89)
 at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:106)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
 at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
 at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
 at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
 at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
 at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
 at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
 at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
 at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
 at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)

*/

I also try to use: RemoteWebDriver class and download ChromeDriver.exe from the above two links, but unsuccessful.

Please help me. Thanks

Total Reply 4

  • 2016-02-04 15:24

    I think its because you didnt set your system property. Try this:

    File file = new File("c:\\chromedriver.exe location on your pc")

    System.setproperty(webdriver.chrome.driver, file.getabsolutepath)

    WebDriver driver = new ChromeDriver();

    driver.get("http://www.google.com");

    note: you need to download the chromedriver.exe from the internet.


  • 2016-10-28 03:03

    http://www.abodeqa.com/2013/02/21/launch-chrome-browser-using-webdriver/


  • 2017-05-03 18:03

    thanks


  • 2018-08-18 23:06

    Setting up system property is required (if you did not specify ChromeDriver.exe in the Project directory). To do that just add this line: System.setProperty("webdriver.chrome.driver","/{pathto}/chromedriver); or go the project folder and copy the chromedriver.exe- go back to eclipse and refresh the project- re-run test, it should work.


Total 2,401
Number Title Author Date Votes Views
2401
Running Selenium from jMeter
lucaxel | 2021.02.14 | Votes 0 | Views 45533293
lucaxel 2021.02.14 0 45533293
2400
ZeuZ: Test automation framework for Web, Mobile, Desktop, API, and Cloud apps
(TestExpert) | 2021.02.04 | Votes 0 | Views 46686391
(TestExpert) 2021.02.04 0 46686391
2399
Testsigma: Test web, mobile apps, and APIs continuously @ DevOps speed (1)
(TestExpert) | 2021.02.04 | Votes 0 | Views 45968572
(TestExpert) 2021.02.04 0 45968572
2398
Mobile User Equipment Tester
(TestExpert) | 2021.02.04 | Votes 0 | Views 46401847
(TestExpert) 2021.02.04 0 46401847
2397
Katalon TestOps OnPremise (KTOP): TestOps Tool
VTB | 2020.03.23 | Votes 0 | Views 46797434
VTB 2020.03.23 0 46797434
2396
[Paid] Ranorex Webtestit : UI web tests with Selenium or Protractor
ItSeTsQtB | 2019.08.08 | Votes 0 | Views 46427265
ItSeTsQtB 2019.08.08 0 46427265
2395
[Paid] Zabbix : Monitor any possible performance metrics and incidents in your network
^Software^ | 2019.07.24 | Votes 0 | Views 46663706
^Software^ 2019.07.24 0 46663706
2394
[Paid] NeoLoad 7.0 : Performance Test APIs to Full Applications
IT-Tester | 2019.07.24 | Votes 0 | Views 45463523
IT-Tester 2019.07.24 0 45463523
2393
[FREE] Cucumber : behavior-driven development (BDD) tool
IT-Tester | 2019.07.22 | Votes 0 | Views 44046531
IT-Tester 2019.07.22 0 44046531
2392
[Free] HTTrack : Website Testing Tool
IT-Tester | 2019.07.22 | Votes 0 | Views 45964734
IT-Tester 2019.07.22 0 45964734
2391
Arquillian : Automated integration, functional and acceptance tests for Java
IT-Tester | 2019.07.08 | Votes 0 | Views 45321486
IT-Tester 2019.07.08 0 45321486
2390
FitNesse : Automated acceptance tests are power tools for fixing a broken requirements process
IT-Tester | 2019.07.08 | Votes 0 | Views 45024364
IT-Tester 2019.07.08 0 45024364
2389
Hiptest : Continuous Testing Management Platform
IT-Tester | 2019.06.26 | Votes 0 | Views 45400250
IT-Tester 2019.06.26 0 45400250
2388
[Free] Test Data Generation Tool : DTM Data Generator
IT-Tester | 2019.06.26 | Votes 0 | Views 44592158
IT-Tester 2019.06.26 0 44592158
2387
[Free] Assertible : API testing tool which concentrates on the automation and reliability
VTB | 2019.06.21 | Votes 0 | Views 46232210
VTB 2019.06.21 0 46232210
2386
[Free] Rest-Assured : Java Domain-specific language that makes testing REST service
VTB | 2019.06.21 | Votes 0 | Views 45512792
VTB 2019.06.21 0 45512792
2385
Postman : API Testing Tool (1)
Testersbest | 2019.06.21 | Votes 0 | Views 45563619
Testersbest 2019.06.21 0 45563619
2384
Robotium: Android UI Testing
Testersbest | 2019.06.21 | Votes 1 | Views 46116807
Testersbest 2019.06.21 1 46116807
2383
Ranorex : Automation Testing Tool for desktop, web, and mobile applications
Testersbest | 2019.06.21 | Votes 0 | Views 45276314
Testersbest 2019.06.21 0 45276314
2382
TestingWhiz : Automation Testing Tool for Software, Web, Mobile, Database, Cloud, Web Services and API testing
Testersbest | 2019.06.21 | Votes 0 | Views 45809749
Testersbest 2019.06.21 0 45809749
2381
Travis CI : Test and Deploy with Confidence
edouwens | 2018.11.19 | Votes 0 | Views 45553777
edouwens 2018.11.19 0 45553777
2380
QF- Test : automation testing tool that is meant for testing Java and Web GUI application (1)
aiitistqb | 2018.10.16 | Votes 0 | Views 46361555
aiitistqb 2018.10.16 0 46361555
2379
Wink : Time-based and action-based capture of user actions
aiitistqb | 2018.10.16 | Votes 0 | Views 46396245
aiitistqb 2018.10.16 0 46396245
2378
Crucible : a web-based application primarily targeting enterprise
aiitistqb | 2018.10.16 | Votes 0 | Views 46089346
aiitistqb 2018.10.16 0 46089346
2377
Automated Mobile Testing Tools List
aiitistqb | 2018.10.16 | Votes 0 | Views 44973986
aiitistqb 2018.10.16 0 44973986
2376
SpecFlow : software tool that computer programmers use for testing other software
aiitistqb | 2018.10.16 | Votes 0 | Views 45784639
aiitistqb 2018.10.16 0 45784639
2375
Ranorex : Test Automation Tools for Complete Awesomeness
Testersbest | 2018.10.16 | Votes 0 | Views 46422962
Testersbest 2018.10.16 0 46422962
2374
SmartBear : End-to-End Automated Testing for Mobile, Web & Desktop Apps
Testersbest | 2018.10.16 | Votes 0 | Views 45344040
Testersbest 2018.10.16 0 45344040
2373
Bugdojo : Continuous QA for your web apps
Testersbest | 2018.10.16 | Votes 0 | Views 44951255
Testersbest 2018.10.16 0 44951255
2372
TEstNg (5)
kg2031 | 2018.02.28 | Votes 0 | Views 45737949
kg2031 2018.02.28 0 45737949
2371
Locators (1)
kg2031 | 2018.02.28 | Votes 0 | Views 46023461
kg2031 2018.02.28 0 46023461
2370
Crystal Reports
nk1 | 2018.02.23 | Votes 0 | Views 45333943
nk1 2018.02.23 0 45333943
2369
Selenium Learning Tutorial (4)
Dwarika | 2017.08.28 | Votes 0 | Views 45996064
Dwarika 2017.08.28 0 45996064
2368
[Paid] Module for Binary formats
SoftLogica | 2017.08.11 | Votes 0 | Views 46309701
SoftLogica 2017.08.11 0 46309701
2367
Getting Started with Selenium IDE
VijayShinde | 2017.06.09 | Votes 0 | Views 46003602
VijayShinde 2017.06.09 0 46003602
2366
UniPi Is A Powerful Board That Can Control Your Smart Home
TLP | 2017.04.26 | Votes 0 | Views 45408235
TLP 2017.04.26 0 45408235
2365
what is diff between SVN and GITHUB
vivekjog | 2017.04.24 | Votes 0 | Views 47008246
vivekjog 2017.04.24 0 47008246
2364
Macro to remove trailing spaces (1)
Christo | 2017.03.29 | Votes 0 | Views 45655062
Christo 2017.03.29 0 45655062
2363
Comparing 2 work sheets (2)
Christo | 2017.03.29 | Votes 0 | Views 46280778
Christo 2017.03.29 0 46280778
2362
Tool to generate all combinations of test parameters. (3)
Christo | 2017.03.29 | Votes 0 | Views 46136793
Christo 2017.03.29 0 46136793
2361
Best Testing Tools of 2014 (2)
kleyzit | 2017.02.24 | Votes 0 | Views 44576189
kleyzit 2017.02.24 0 44576189
2360
JCrawler (1)
Sky Driver | 2017.01.26 | Votes 0 | Views 45681247
Sky Driver 2017.01.26 0 45681247
2359
fwptt
Sky Driver | 2017.01.26 | Votes 0 | Views 45545087
Sky Driver 2017.01.26 0 45545087
2358
AppLoader: Performance Testing for Any Application
Sky Driver | 2017.01.26 | Votes 0 | Views 45401859
Sky Driver 2017.01.26 0 45401859
2357
LoadStorm
loveelok | 2017.01.20 | Votes 0 | Views 46538157
loveelok 2017.01.20 0 46538157
2356
SiteBlaster
loveelok | 2017.01.20 | Votes 0 | Views 44918580
loveelok 2017.01.20 0 44918580
2355
Xceptance LoadTest (1)
loveelok | 2017.01.20 | Votes 0 | Views 45640188
loveelok 2017.01.20 0 45640188
2354
Test Manager (1)
loveelok | 2017.01.12 | Votes 0 | Views 45501373
loveelok 2017.01.12 0 45501373
2353
Test Environment Toolkit (1)
master15 | 2017.01.06 | Votes 0 | Views 46347653
master15 2017.01.06 0 46347653
2352
Burpsuite Pro 1.5.01 (1)
master15 | 2016.12.15 | Votes 0 | Views 45283633
master15 2016.12.15 0 45283633