| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 20.51.3 source code.tar.gz | 2026-05-30 | 48.2 MB | |
| 20.51.3 source code.zip | 2026-05-30 | 49.1 MB | |
| README.md | 2026-05-30 | 2.1 kB | |
| Totals: 3 Items | 97.3 MB | 2 | |
This release focuses on stability fixes across iOS, Android, synchronization reporting, and simulator tooling.
iOS
- Fixed
element(...).atIndex(n).getAttributes()so it now respects the requested index instead of returning attributes for all matching elements. Thanks @vazidmansuri005 in https://github.com/wix/Detox/pull/4912 - Fixed biometric simulation on iOS 26+ by using the newer
applesimutils --bootedbiometric flags while preserving the previous behavior for older iOS versions. Thanks @SoaringEarth in https://github.com/wix/Detox/pull/4932 - Updated the iOS attribute error formatting around indexed lookups. Thanks @markdevocht in https://github.com/wix/Detox/pull/4947 and https://github.com/wix/Detox/pull/4948
- Bumped DetoxSync to include an upstream fix for a native iOS
NSURLSessiontracking race that could cause SIGSEGV crashes during network task teardown. The upstream fix makes URLSession untracking thread-safe and idempotent. Upstream: https://github.com/wix-incubator/DetoxSync/pull/100 Bump: https://github.com/wix/Detox/pull/4952
Android
- Wrapped Android WebView hierarchy injection in error handling so missing browser APIs, such as
XmlSerializerin hardened JavaScript environments, do not leak unexpected errors into tests. Thanks @FrederikBolding in https://github.com/wix/Detox/pull/4943 - Quoted ADB device serials in shell-built commands, fixing Wi-Fi and mDNS serials that contain shell-sensitive characters such as parentheses. Thanks @omribz156 in https://github.com/wix/Detox/pull/4950
Synchronization
- Updated sync status parsing and formatting to accept
nullone-time event objects from iOS payloads. Thanks @omribz156 in https://github.com/wix/Detox/pull/4949
New Contributors
- @SoaringEarth made their first contribution in https://github.com/wix/Detox/pull/4932
- @FrederikBolding made their first contribution in https://github.com/wix/Detox/pull/4943
- @omribz156 made their first contribution in https://github.com/wix/Detox/pull/4949
Full Changelog: https://github.com/wix/Detox/compare/20.51.1...20.51.3