Uses of Class
org.htmlunit.AbstractPage
-
Packages that use AbstractPage Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of AbstractPage in org.htmlunit
Subclasses of AbstractPage in org.htmlunit Modifier and Type Class Description class
TextPage
A generic page that will be returned for any text related content.class
UnexpectedPage
A generic page that is returned whenever an unexpected content type is returned by the server.
-