v9.2.3
9.2.3
- [BUG FIX]
- Properly represent
FeaturesMatchingResult
model ifmultiple
option 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/HasMethodCallListeners
whenPageFactory
is used. - Correct extension name for
mobile: replaceElementValue
#2171
- Properly represent
- [DEPRECATION]
- Deprecate
AppiumProtocolHandshake
class #2173
The originalProtocolHandshake
class only supports W3C protocol now. There is no need to hack it anymore.
- Deprecate
- [REFACTOR]
- Replace Guava
HttpHeaders
with SeleniumHttpHeader
#2151
- Replace Guava
- [DEPENDENCY CHANGE]