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

Errors when chromedriver beta releases a new version and npm version is 2 versions behind #10

Closed
straker opened this issue Apr 29, 2022 · 1 comment

Comments

@straker
Copy link
Owner

straker commented Apr 29, 2022

There is a small window of time where Chromedriver beta gets a new release and is then 2 versions ahead of the npm version and causes the build to fail. Need to implement some sort of fallback for these scenarios as to allow tests to continue to work while the npm version plays catchup.

Chrome Beta version detected as Google Chrome 102.0.5005.27 beta
Installing ChromeDriver 102
log: Received response of 100.0.0
ChromeDriver 102 not found. Retrying with ChromeDriver 101
browser-driver-manager error: Unable to get ChromeDriver version; Something went wrong

Exited with code exit status 1
@straker
Copy link
Owner Author

straker commented Jun 17, 2024

Fixed in v2 release

@straker straker closed this as completed Jun 17, 2024
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

1 participant