Method: Cukunity::IOS::KeyboardInput.clear_text

Defined in:
lib/cukunity/drivers/iOS/keyboard_input.rb

.clear_text(options = {}) ⇒ Object



20
21
22
23
24
# File 'lib/cukunity/drivers/iOS/keyboard_input.rb', line 20

def self.clear_text(options = {})
  keyboard_command(options) do
    'clearText'
  end
end