class Capybara::Selenium::Node::SettableValue

def dateable?

def dateable?
  !value.is_a?(String) && value.respond_to?(:to_date)
end