Update dependency io.appium:java-client to v9.2.3
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
io.appium:java-client (source) |
9.2.2 -> 9.2.3
|
Release Notes
appium/java-client
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
-
[DEMRECATION]
- 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]
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.