java - The path to the driver executable must be set by the webdriver.gecko.driver system property -
i'm trying resolve problem described here: https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/4757 building selenium standalone server locally, after edits. , after release local version of selenium standalone server "selenium-server-standalone-3.0.0-beta1.jar", , runs. when i'm trying connect server protractor or selenium builder error:
"webdrivererror: path driver executable must set webdriver.gecko.driver system property; more information, see https://github.com/jgraham"
how integrate (or something) selenium standalone serer integrated firefox driver?
the way worked me clone sources github using git. earlier downloaded zip , doesn't work, clone sources sunig git , steps described here: http://shengwangi.blogspot.ru/2014/08/how-to-build-selenium-from-source.html, except "download 3rd party library" step.
Comments
Post a Comment