HtmlFixture | ||||
http://first | thePage | |||
Element Focus | titleTag | title | theTitle | |
Text | This is the Title |
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 </body> </html> |
||
Element Focus | titleTag | title | theTitle | <title id="titleTag"> This is the Title </title> |
Text | This is the Title |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | titleTag | title | theTitle | |
Text | blah |
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 </body> </html> |
||
Element Focus | titleTag | title | theTitle | <title id="titleTag"> This is the Title </title> |
Text | blah expected This is the Title actual |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | titleTag | title | theTitle | |
Has Text | the Title |
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 </body> </html> |
||
Element Focus | titleTag | title | theTitle | <title id="titleTag"> This is the Title </title> |
Has Text | the Title |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | titleTag | title | theTitle | |
Has Text | blah |
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 </body> </html> |
||
Element Focus | titleTag | title | theTitle | <title id="titleTag"> This is the Title </title> |
Has Text | blah This text was not found |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | titleTag | title | theTitle | |
Matches Text | This.*Title |
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 </body> </html> |
||
Element Focus | titleTag | title | theTitle | <title id="titleTag"> This is the Title </title> |
Matches Text | This.*Title matched with: This is the Title |
HtmlFixture | ||||
http://first | thePage | |||
Element Focus | titleTag | title | theTitle | |
Matches Text | This.Title |
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 </body> </html> |
||
Element Focus | titleTag | title | theTitle | <title id="titleTag"> This is the Title </title> |
Matches Text | This.Title This pattern was not found |