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
LATEST_STABLE edgedriver version can't be found for some OSes. (Found at report #302)
Bug in edgedriver release process. When LATEST_STABLE version has not released for all OSes at one time.
Here is improved algorithm for EdgeChromiumDriver.get_latest_release_version() New steps marked with bold.
EdgeChromiumDriver.get_latest_release_version()
The text was updated successfully, but these errors were encountered:
gh SergeyPirogov#305 improved latest stable ver for UNKNOWN browser
b110a5e
- MSEdge: when browser version was not determine - bound latest stable version to OS by major version.
ef5d50e
35cd936
gh #305 improved latest stable ver for UNKNOWN browser (#306)
a8f64d2
aleksandr-kotlyar
Successfully merging a pull request may close this issue.
Problem
LATEST_STABLE edgedriver version can't be found for some OSes. (Found at report #302)
Root cause
Bug in edgedriver release process. When LATEST_STABLE version has not released for all OSes at one time.
Proposal solution
Here is improved algorithm for
EdgeChromiumDriver.get_latest_release_version()
New steps marked with bold.The text was updated successfully, but these errors were encountered: