Class: UITextField

Inherits:
UIBase show all
Defined in:
lib/calios-uikit-extension/ui_text_field.rb

Class Method Summary collapse

Methods inherited from UIBase

accessibility_identifier, accessibility_label, class_name, double_tap, enabled?, flash, help, parse_query, property, query, touch

Class Method Details

.text(aIdOrIndex = nil) ⇒ Object



5
6
7
8
# File 'lib/calios-uikit-extension/ui_text_field.rb', line 5

def text(aIdOrIndex=nil)
  q = self.parse_query(aIdOrIndex)
  Calabash::Cucumber::Core.query(q, :text).first
end