HtmlFixture | |
Get Response | http://notfound |
Status Code | 404 |
Has Text | This is an error page |
HtmlFixture | |
WARNING: no focus element | |
Get Response | http://notfound loaded time: 0 milliseconds |
Status Code | 404 |
Has Text | This is an error page |
HtmlFixture | |
Get Response | http://servererror |
Status Code | 500 |
Has Text | This is an error page |
HtmlFixture | |
WARNING: no focus element | |
Get Response | http://servererror loaded time: 0 milliseconds |
Status Code | 500 |
Has Text | This is an error page |
HtmlFixture | |
Get Response | http://redirect |
Status Code | 301 |
Has Text | This page has been moved |
HtmlFixture | |
WARNING: no focus element | |
Get Response | http://redirect loaded time: 0 milliseconds |
Status Code | 301 |
Has Text | This page has been moved |
HtmlFixture | ||
http://second | thePage |
HtmlFixture | ||
http://second Unexpected Page error. getPage returned a class com.gargoylesoftware.htmlunit.TextPage This element is not in storage | thePage |
HtmlFixture | |
Get Response | http://second |
Status Code | 200 |
Has Text | this is raw text |
HtmlFixture | |
WARNING: no focus element | |
Get Response | http://second loaded time: 1000 milliseconds |
Status Code | 200 |
Has Text | this is raw text |
HtmlFixture | ||
http://first | thePage | |
Element Focus | topage2 | a |
Click | ||
Status Code | 200 | |
Has Text | this is raw text |
HtmlFixture | ||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> <title id="titleTag"> This is the Title </title> </head> <body id="bodyTag"> This is the body <a id="topage2" href="http://second"> link to second page </a> </body> </html> |
Element Focus | topage2 | a |
Click loaded time: 1000 milliseconds |
||
Status Code | 200 | |
Has Text | this is raw text |