class Capybara::RackTest::Node

def input_field?

def input_field?
  tag_name == 'input'
end