We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would expect the cmd to install the newest stable version
It installs https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.9.0/selenium-server-4.9.0.jar
I did:
selenium-standalone
The text was updated successfully, but these errors were encountered:
As a workaround we can set the SELENIUM_VERSION environment to the latest value like 4.18.0.
SELENIUM_VERSION
4.18.0
Sorry, something went wrong.
The tests fail if we upgrade past 4.10.0. Would you be able to investigate @OwnerOfThisIsle?
No branches or pull requests
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:
Your Environment
selenium-standalone
that you are using: "selenium-standalone": "^9.3.2"The text was updated successfully, but these errors were encountered: