class Capybara::Selenium::Node::SettableValue

def to_date_str

def to_date_str
  value.to_date.strftime('%Y-%m-%d')
end