Class: Appium::Core::Base::LocatorConverter

Inherits:
Object
  • Object
show all
Defined in:
lib/appium_lib_core/common/base/bridge.rb,
sig/lib/appium_lib_core/common/base/bridge.rbs

Instance Method Summary collapse

Instance Method Details

#convert(how, what) ⇒ ::Array[untyped]

Parameters:

  • how (Object)
  • what (Object)

Returns:

  • (::Array[untyped])


19
20
21
# File 'lib/appium_lib_core/common/base/bridge.rb', line 19

def convert(how, what)
  [how, what]
end