class Capybara::Selenium::Node::SettableValue

def timeable?

def timeable?
  !value.is_a?(String) && value.respond_to?(:to_time)
end