Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do we specify the chromedriver / geckodriver executables in jenkins selenium plugin #117

Closed
mrunalgosar opened this issue Jan 13, 2018 · 4 comments

Comments

@mrunalgosar
Copy link

  1. How do we specify the chromedriver / geckodriver executables in jenkins selenium plugin configuration?
  2. When in master / slave configuration where should we keep this executables and how would it get copied to slave host?
@flipy
Copy link

flipy commented Jan 22, 2018

There is plugin to download and deploy automatically the chromedriver in Jenkins:
https://plugins.jenkins.io/chromedriver

As for Firefox, it needs to use the GeckoDriver, but the only option available is to set up the Firefox binary path.
The output error after that is: org.openqa.selenium.SessionNotCreatedException: Unable to create new service: GeckoDriverService

@jameswtelfer
Copy link

So far as I know, the Geckodriver is not configurable (possibly not supported at all) by this plugin, see #83 for the general case.

@rouke-broersma
Copy link
Member

@flipy Firefox binary path is the path to the Firefox browser binary, not the Firefox driver binary. Currently only the old Java firefox driver is supported. Feel free to add support for geckodriver.

@rouke-broersma
Copy link
Member

I am closing this issue as it is already covered in #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants