
CGI::Test::Page::HTML - A HTML page reply

# Inherits from CGI::Test::Page::Real

This class represents an HTTP reply containing text/html data. When testing CGI scripts, this is usually what one gets back.

The interface is the same as the one described in CGI::Test::Page::Real, with the following addition:
treeReturns the root of the HTML tree of the page content, as an HTML::Element node.

You can find information about CGI::Test and other related modules at:
http://cgi-test.sourceforge.net

CGI::Test now has a publicly accessible CVS server provided by SourceForge (www.sourceforge.net). You can access it by going to:
http://sourceforge.net/cvs/?group_id=89570

The original author is Raphael Manfredi <Raphael_Manfredi@pobox.com>.
Send bug reports, hints, tips, suggestions to Steven Hilton at <mshiltonj@mshiltonj.com>

CGI::Test::Page::Real(3), HTML::Element(3).