Method: Calabash::Android::Operations#hide_soft_keyboard

Defined in:
lib/calabash-android/operations.rb

#hide_soft_keyboardObject



733
734
735
# File 'lib/calabash-android/operations.rb', line 733

def hide_soft_keyboard
  perform_action('hide_soft_keyboard')
end