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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@wdio/visual-service@8.0.0
Major Changes
bfe6aca: ## 💥 BREAKING CHANGES
🧪 Web Screenshot Strategy Now Uses BiDi by Default
What was the problem?
Screenshots taken via WebDriver's traditional protocol often lacked precision:
What changed?
All screenshot-related methods now use the WebDriver BiDi protocol by default (if supported by the browser), enabling:
✅ Native support for emulated and high-DPR devices
✅ Better fidelity in screenshot size and clarity
✅ Faster, browser-native screenshots via
browsingContext.captureScreenshot
The following methods now use BiDi:
saveScreen
/checkScreen
saveElement
/checkElement
saveFullPageScreen
/checkFullPageScreen
What’s the impact?
Because BiDi screenshots are sharper and match device settings more accurately, even a small difference in resolution or DPR can cause mismatches.
Want to keep using the legacy method?
You can disable BiDi screenshots globally or per test using the
enableLegacyScreenshotMethod
flag:Globally in
wdio.conf.ts
:Or per test:
🐛 Bug Fixes
Committers: 1
Patch Changes
webdriver-image-comparison@9.0.0
Major Changes
bfe6aca: ## 💥 BREAKING CHANGES
🧪 Web Screenshot Strategy Now Uses BiDi by Default
What was the problem?
Screenshots taken via WebDriver's traditional protocol often lacked precision:
What changed?
All screenshot-related methods now use the WebDriver BiDi protocol by default (if supported by the browser), enabling:
✅ Native support for emulated and high-DPR devices
✅ Better fidelity in screenshot size and clarity
✅ Faster, browser-native screenshots via
browsingContext.captureScreenshot
The following methods now use BiDi:
saveScreen
/checkScreen
saveElement
/checkElement
saveFullPageScreen
/checkFullPageScreen
What’s the impact?
Because BiDi screenshots are sharper and match device settings more accurately, even a small difference in resolution or DPR can cause mismatches.
Want to keep using the legacy method?
You can disable BiDi screenshots globally or per test using the
enableLegacyScreenshotMethod
flag:Globally in
wdio.conf.ts
:Or per test:
🐛 Bug Fixes
Committers: 1