# File lib/celerity/browser.rb, line 167
    def html
      return '' unless @page

      @page.getWebResponse.getContentAsString(@charset)
    end