class Capybara::Queries::SelectorQuery::Rectangle

def below?(other)

def below?(other)
  top >= other.bottom
end