# File lib/celerity/browser.rb, line 769
    def assert_exists
      raise UnknownObjectException, "no page loaded" unless exist?
    end