class Capybara::Queries::SelectorQuery::Rectangle

def above?(other)

def above?(other)
  bottom <= other.top
end