Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-28 | 718 Bytes | |
v9.2.1 source code.tar.gz | 2024-03-28 | 19.1 MB | |
v9.2.1 source code.zip | 2024-03-28 | 19.6 MB | |
Totals: 3 Items | 38.7 MB | 1 |
9.2.1
- [REFACTOR]
- Replace private usages of Guava Collections API with Java Collections API #2136
- Remove usages of Guava's @VisibleForTesting
annotation #2138. Previously opened internal API marked with @VisibleForTesting
annotation is private now:
- io.appium.java_client.internal.filters.AppiumUserAgentFilter#containsAppiumName
- io.appium.java_client.service.local.AppiumDriverLocalService#parseSlf4jContextFromLogMessage
- [DEPENDENCY CHANGE]
- Bump minimum supported Selenium version from 4.17.0
to 4.19.0
#2142