appium / ruby_lib_core

Core library for the Ruby client
Apache License 2.0
31 stars 24 forks source link

mark deprecations for mobile: extended commands such as start activity #428

Open KazuCocoa opened 1 year ago

KazuCocoa commented 1 year ago

E.g. https://github.com/appium/appium-uiautomator2-driver/#mobile-startactivity As Appium client, we can gracefully mark them deprecation, and use the mobile command instead to reduce appium client specific methods

KazuCocoa commented 1 year ago

Not so much https://github.com/appium/ruby_lib_core/blob/master/lib/appium_lib_core/common/command.rb#L178

KazuCocoa commented 10 months ago

Will do more, then create a new major version that drops the deprecated methods

KazuCocoa commented 10 months ago

https://github.com/appium/java-client/pull/2036 will be also hint