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

      @page.getWebResponse.getContentType
    end