Method: Appium::Ios#textfield_exact

Defined in:
lib/appium_lib/ios/element/textfield.rb

#textfield_exact(value) ⇒ TextField

Find the first TextField that exactly matches value.

Parameters:

  • value (String)

    the value to match exactly

Returns:

  • (TextField)


85
86
87
# File 'lib/appium_lib/ios/element/textfield.rb', line 85

def textfield_exact(value)
  ele_by_json _textfield_exact_string value
end