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 install" leads to old version selenium 4.9.0 #873

Open
OwnerOfThisIsle opened this issue Feb 1, 2024 · 2 comments
Open

Comments

@OwnerOfThisIsle
Copy link

OwnerOfThisIsle commented Feb 1, 2024

Expected Behavior

I would expect the cmd to install the newest stable version

Current Behavior

It installs
https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.9.0/selenium-server-4.9.0.jar

Steps to Reproduce

I did:

  • yarn add selenium-standalone --dev
  • .\node_modules\.bin\selenium-standalone install

Your Environment

  • Version of selenium-standalone that you are using: "selenium-standalone": "^9.3.2"
  • System/platform: Windows 10
@seanpoulter
Copy link
Contributor

As a workaround we can set the SELENIUM_VERSION environment to the latest value like 4.18.0.

@seanpoulter
Copy link
Contributor

The tests fail if we upgrade past 4.10.0. Would you be able to investigate @OwnerOfThisIsle?

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

2 participants