Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.74 KB | None | 0 0
  1. d:\Prog\GtrendsCheck\cliecker1.0\stage\bin>selenium2.bat
  2. Exception in thread "main" java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.gecko.driver system property; for more information, see https://github.com/mozilla/geckodriver. The latest version can be downloaded from https://github.com/mozilla/geckodriver/releases
  3.         at com.google.common.base.Preconditions.checkState(Preconditions.java:754)
  4.         at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:124)
  5.         at org.openqa.selenium.firefox.GeckoDriverService.access$100(GeckoDriverService.java:41)
  6.         at org.openqa.selenium.firefox.GeckoDriverService$Builder.findDefaultExecutable(GeckoDriverService.java:141)
  7.         at org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:339)
  8.         at org.openqa.selenium.firefox.FirefoxDriver.toExecutor(FirefoxDriver.java:158)
  9.         at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:120)
  10.         at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:98)
  11.         at org.noname.Main$.delayedEndpoint$org$noname$Main$1(Main.scala:8)
  12.         at org.noname.Main$delayedInit$body.apply(Main.scala:6)
  13.         at scala.Function0.apply$mcV$sp(Function0.scala:34)
  14.         at scala.Function0.apply$mcV$sp$(Function0.scala:34)
  15.         at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
  16.         at scala.App.$anonfun$main$1$adapted(App.scala:76)
  17.         at scala.collection.immutable.List.foreach(List.scala:389)
  18.         at scala.App.main(App.scala:76)
  19.         at scala.App.main$(App.scala:74)
  20.         at org.noname.Main$.main(Main.scala:6)
  21.         at org.noname.Main.main(Main.scala)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement