class Capybara::Window

def eql?(other)

def eql?(other)
  other.is_a?(self.class) && @session == other.session && @handle == other.handle
end