Package com.xceptance.xlt.api.htmlunit
Class LightWeightPage
java.lang.Object
com.xceptance.xlt.api.htmlunit.LightWeightPage
A simple page object for light-weight operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the content character set.Returns the page content.Returns the content character set.intReturns the status code of the web response.Returns the timer name.Returns the web response.
-
Constructor Details
-
LightWeightPage
Constructor.- Parameters:
webResponse- the web response
-
-
Method Details
-
getContent
Returns the page content.- Returns:
- the content
-
getHttpResponseCode
public int getHttpResponseCode()Returns the status code of the web response.- Returns:
- status code of response
-
getWebResponse
Returns the web response.- Returns:
- web response
-
getTimerName
Returns the timer name.- Returns:
- timer name
-
getContentCharset
Returns the content character set.- Returns:
- content character set
-
getCharset
Returns the content character set.- Returns:
- content character set
-