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

selenium standalone start failed when install single chrome driver #421

Closed
wck821829906 opened this issue Jan 3, 2019 · 3 comments
Closed

Comments

@wck821829906
Copy link

@vvo
Steps:

  1. npm install selenium-standalone(6.15.4)
  2. install just chrome driver with "--singleDriverInstall=chrome" configuration
    image
  3. start selenium standalone

Expected results:
standalone server should run successfully with single chrome driver

Actual results:
standalone server run failed, error "missing geckdriver" happens.
image

@mgrybyk
Copy link
Member

mgrybyk commented Oct 9, 2020

Feel free to raise a fix for that!

Thanks

@christian-bromann
Copy link
Member

@wck821829906 what would you suggest as an expected behavior here? I believe the idea of singleDriverInstall is to re-install a single driver. This package requires all drivers to be installed.

One solution would be to introduce a parameter called --singleDriverStart and only run Selenium Standalone with this single driver. What do you all think?

@christian-bromann
Copy link
Member

Thanks @lthurr for tackling this. @wck821829906 please provide feedback if possible. If you see any issues or improvements please create a new issue, thank you!

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

No branches or pull requests

3 participants