class Capybara::Selenium::Node::ClickOptions

def coords?

def coords?
  options[:x] && options[:y]
end