You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appium provides a feature to run multiple webdriverio commands on Appium to reduce the number of communication between the client and Appium. It has a use case to get the element (id). Then, Ruby client needed to handle element class from the element id.
Ruby binding specific
@core stuff, they may be able to remove since most of them are now just calling @driver.xxxx
ruby_lib_core/lib/appium_lib_core/driver.rb
Line 70 in 4621549
x-idempotency-keyheader in a new session request to prevent calling duplicated new session commands in Appiumadd_commandruby_lib_core/lib/appium_lib_core/common/base/bridge.rb
Line 161 in 4621549
convert_to_elementruby_lib_core/test/functional/ios/driver_test.rb
Line 174 in 7721eec
@corestuff, they may be able to remove since most of them are now just calling@driver.xxxx