v9.2.3
·
136 commits
to master
since this release
9.2.3
- [BUG FIX]
- Properly represent
FeaturesMatchingResultmodel ifmultipleoption is enabled #2170 - Use current class loader for the ByteBuddy wrapper #2172
This fixes errors likeNoClassDefFoundError: org/openqa/selenium/remote/RemoteWebElement,NoClassDefFoundError: io/appium/java_client/proxy/HasMethodCallListenerswhenPageFactoryis used. - Correct extension name for
mobile: replaceElementValue#2171
- Properly represent
- [DEPRECATION]
- Deprecate
AppiumProtocolHandshakeclass #2173
The originalProtocolHandshakeclass only supports W3C protocol now. There is no need to hack it anymore.
- Deprecate
- [REFACTOR]
- Replace Guava
HttpHeaderswith SeleniumHttpHeader#2151
- Replace Guava
- [DEPENDENCY CHANGE]