refactor: remove deprecated WDA settings/capabilities and idb typing#1124
Merged
mykola-mokhnach merged 2 commits intomasterfrom Apr 14, 2026
Merged
refactor: remove deprecated WDA settings/capabilities and idb typing#1124mykola-mokhnach merged 2 commits intomasterfrom
mykola-mokhnach merged 2 commits intomasterfrom
Conversation
Author
|
It seems like there aren't any iOS 15 related ones in the rest of the code. Do we want to leave the Xcode 14/iOS 16 related macros as is? I also found a few other occurrences of older macros: |
Author
|
removed still there because iOS 13 is set as the minimum version. I did not want to bump that yet |
eglitise
approved these changes
Apr 14, 2026
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 14, 2026
## [12.0.0](v11.4.3...v12.0.0) (2026-04-14) ### ⚠ BREAKING CHANGES * remove idb from AppleDevice; clients must stop passing device.idb. * remove includeNonModalElements WDA setting; clients must stop sending this setting in /settings. * remove shouldUseTestManagerForVisibilityDetection capability; clients must stop sending this desired capability. ### Code Refactoring * remove deprecated WDA settings/capabilities and idb typing ([#1124](#1124)) ([5072e25](5072e25))
|
🎉 This PR is included in version 12.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Drop deprecated public API surface and related internal wiring:
AppleDevice.idbfrom TypeScript typesincludeNonModalElementssetting handlingshouldUseTestManagerForVisibilityDetectioncapability handlingSSLSetEnableCertVerifypath from vendored GCDAsyncSocketBREAKING CHANGE: remove
idbfromAppleDevice; clients must stop passingdevice.idb.BREAKING CHANGE: remove
includeNonModalElementsWDA setting; clients must stop sending this setting in/settings.BREAKING CHANGE: remove
shouldUseTestManagerForVisibilityDetectioncapability; clients must stop sending this desired capability.