HtmlFixture | |
WARNING: no focus element | |
Escape HTML:on | on |
Javascript:on | on |
Display HTML:on | on |
Show SSL Errors:off | off |
Show Javascript Errors:on | on |
Preserve:on | on |
Set Browser Version | default Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) |
Clear web client restarted, cookies cleared |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | a1 | theLink | ||
Click | thePage | |||
Text | This is page two |
HtmlFixture | ||||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> <a id="a1" href="http://second"> page two </a> <a id="a2" href="http://notfound"> bad link </a> <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> </body> </html> |
||
Element Focus | a1 | a | theLink | <a id="a1" href="http://second"> page two </a> |
Click loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> This is page two </body> </html> |
||
Text | This is page two |
HtmlFixture | |
WARNING: no focus element | |
Escape HTML:on | on |
Javascript:on | on |
Display HTML:on | on |
Show SSL Errors:off | off |
Show Javascript Errors:on | on |
Preserve:on | on |
Set Browser Version | default Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) |
Clear web client restarted, cookies cleared |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | a2 | theLink | ||
Click | thePage |
HtmlFixture | ||||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> <a id="a1" href="http://second"> page two </a> <a id="a2" href="http://notfound"> bad link </a> <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> </body> </html> |
||
Element Focus | a2 | a | theLink | <a id="a2" href="http://notfound"> bad link </a> |
Click
| thePage |
HtmlFixture | |
WARNING: no focus element | |
Escape HTML:on | on |
Javascript:on | on |
Display HTML:on | on |
Show SSL Errors:off | off |
Show Javascript Errors:on | on |
Preserve:on | on |
Set Browser Version | default Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) |
Clear web client restarted, cookies cleared |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | a3 | theLink | ||
Click | thePage | |||
Fail | Text | This is page two |
HtmlFixture | ||||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> <a id="a1" href="http://second"> page two </a> <a id="a2" href="http://notfound"> bad link </a> <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> </body> </html> |
||
Element Focus | a3 | a | theLink | <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> |
Click WARNING: Clicked Cancel on message "Do you really want to go to page two?" Use Click Confirm command to click OK loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> <a id="a1" href="http://second"> page two </a> <a id="a2" href="http://notfound"> bad link </a> <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> </body> </html> |
||
Fail | Text | This is page two actual value:page two bad link page two with confirm |
HtmlFixture | |
WARNING: no focus element | |
Escape HTML:on | on |
Javascript:on | on |
Display HTML:on | on |
Show SSL Errors:off | off |
Show Javascript Errors:on | on |
Preserve:on | on |
Set Browser Version | default Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) |
Clear web client restarted, cookies cleared |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | a3 | theLink | ||
Click Confirm | thePage | |||
Text | This is page two |
HtmlFixture | ||||
http://first loaded time: 0 milliseconds | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> <a id="a1" href="http://second"> page two </a> <a id="a2" href="http://notfound"> bad link </a> <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> </body> </html> |
||
Element Focus | a3 | a | theLink | <a id="a3" href="http://second" onclick="return confirm('Do you really want to go to page two?');"> page two with confirm </a> |
Click Confirm loaded time: 0 milliseconds Clicked OK on message "Do you really want to go to page two?" | thePage | <?xml version="1.0" encoding="ISO-8859-1"?> <html id="htmlTag"> <head id="headTag"> </head> <body id="bodyTag"> This is page two </body> </html> |
||
Text | This is page two |