appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.19k stars 752 forks source link

fix: Deprecate AppiumProtocolHandshake class #2173

Closed mykola-mokhnach closed 1 month ago

mykola-mokhnach commented 1 month ago

Change list

The original ProtocolHandshake class only supports W3C protocol now. There is no need to hack it anymore

Types of changes