fix: Replace fallback mechanism - #565
Merged
dprevost-LMI merged 20 commits intoSep 13, 2026
Merged
dprevost-LMI merged 20 commits into
dprevost-LMI merged 20 commits into
Conversation
dprevost-LMI
marked this pull request as ready for review
September 12, 2026 19:17
dprevost-LMI
marked this pull request as draft
September 12, 2026 19:23
dprevost-LMI
force-pushed
the
remove-shutdown-edgedriver
branch
from
September 12, 2026 21:27
0bb3a2d to
be8c4d5
Compare
dprevost-LMI
marked this pull request as ready for review
September 12, 2026 21:38
13 tasks
dprevost-LMI
marked this pull request as draft
September 12, 2026 22:42
dprevost-LMI
force-pushed
the
remove-shutdown-edgedriver
branch
from
September 12, 2026 23:59
218ed2c to
b7d4fd3
Compare
dprevost-LMI
marked this pull request as ready for review
September 13, 2026 00:52
13 tasks
This was referenced Sep 15, 2026
fix(webdriverio): recover owning window after nested frame destruction
webdriverio/webdriverio#15573
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the WebDriverIO pipelines failing with
Cannot read properties of undefined (reading 'Blobs')showing that the fallback mechanism is no longer working (see pipeline error)While fixing, multiple inconsistencies arose.
LATEST_RELEASE_153_MACchanged forLATEST_RELEASE_153_MACOSLATEST_RELEASE_153_WINchanged toLATEST_RELEASE_153_WINDOWSv152.0.4191.66whilehttps://msedgedriver.microsoft.com/152.0.4191.66/edgedriver_mac64_m1.zipdoes not exist andhttps://msedgedriver.microsoft.com/LATEST_RELEASE_152_MACOSactually returns152.0.4191.62and not152.0.4191.66In short, an installed browser version does not have a 1:1 driver guarantee. If we can't find the browser's corresponding driver version, we fall back to the latest major version.
Bonus: