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

[fix] chromiumedge driver doesn't install on arm64 when user specifies "latest" for version #862

Merged
merged 2 commits into from
Dec 13, 2023

Conversation

jdpolicano
Copy link
Contributor

This fixes a small error when installing the chromium edge driver on the arm64 architecture. When the user selects "latest" for version, we were not passing the version info to the getChromiumEdgeDriverArchitectureOld function from chromiumEdgeBundleAvailable. This caused the function to fail silently, which would revert to the fallback version even if a later version was available.

Copy link

linux-foundation-easycla bot commented Dec 13, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@jdpolicano jdpolicano force-pushed the chromiumedge-arm64-fix branch from 575c384 to 45f82de Compare December 13, 2023 19:38
@jdpolicano jdpolicano changed the title [fix] chromiumedge driver installs on arm64 when user specifies "latest" for version [fix] chromiumedge driver doesn't install on arm64 when user specifies "latest" for version Dec 13, 2023
Copy link
Member

@christian-bromann christian-bromann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@christian-bromann christian-bromann merged commit 66b4926 into webdriverio:main Dec 13, 2023
1 check passed
@jdpolicano jdpolicano deleted the chromiumedge-arm64-fix branch December 13, 2023 20:27
@jdpolicano
Copy link
Contributor Author

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants