You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop appium-idb and the py-ios-device client. Remove
appium:launchWithIDB, mobile:startPcap / mobile:stopPcap, and
mobile:listXCTestsInTestBundle. XCTest mobile helpers are limited to real
devices on iOS/tvOS 18+ with appium-ios-remotexpc; logic XCTests and bare
.xctest install via old stacks are unsupported. Certificate and crash-report
paths on real devices require the same RemoteXPC setup.
Remove capabilities appInstallStrategy, calendarAccessAuthorized,
useSimpleBuildTest, and waitForQuiescence (WDA quiescence is fixed; tune idle
behavior with appium:waitForIdleTimeout).
Remove POST .../receive_async_response and the JWP-style
async callback flow. Async atoms use the remote debugger promise + waitForAtom
only; drop AsyncPromise from driver state.
Stop emitting the legacy BiDi method appium.contextUpdated;
only appium:xcuitest.contextUpdated is emitted on context changes.
Removed support for appium:simpleIsVisibleCheck and related WDA visibility-detection wiring because WebDriverAgent v12 no longer supports shouldUseTestManagerForVisibilityDetection/includeNonModalElements.