Method: Webrat::TextField.xpath_search

Defined in:
lib/webrat/core/elements/field.rb

.xpath_searchObject



369
370
371
# File 'lib/webrat/core/elements/field.rb', line 369

def self.xpath_search
  [".//input[@type = 'text']", ".//input[not(@type)]"]
end