Method: Appium::Core::Base::DeviceIME#activate

Defined in:
lib/appium_lib_core/common/base/device_ime.rb

#activate(ime_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



27
28
29
# File 'lib/appium_lib_core/common/base/device_ime.rb', line 27

def activate(ime_name)
  @bridge.ime_activate(ime_name)
end