Test Output Index

testTypeNoIndex

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
TypedivtheDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Typediv
Found 4 elements of type div
theDiv<div id="mydiv1">
  first div   
  <div id="mysubdiv1">
    subdiv
  </div>
</div>

testTypeUsingIndex

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Typediv[2]theDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Typediv[2]
Found 0 elements of type div[2]
Found 4 elements of type div
theDiv<div id="mysubdiv1">
  subdiv
</div>

testTypeUsingIndexOldStyle

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Typediv2theDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Typediv
Found 0 elements of type div[2]
Found 4 elements of type div
2theDiv<div id="mysubdiv1">
  subdiv
</div>

testTypeFail

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
TypetdtheDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Typetd
Found 0 elements of type td
theDiv

testFailType

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
FailTypetdtheDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
FailTypetd
Found 0 elements of type td
theDiv

testTypeFocusUsingIndex

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Type Focusdiv[2]theDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Type Focusdiv[2]
Found 0 elements of type div[2]
Found 4 elements of type div
theDiv<div id="mysubdiv1">
  subdiv
</div>

testChildTypeUsingIndex

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Type Focusbody
Child Typediv[2]theDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Type Focusbody
Found 1 elements of type body
Child Typediv[2]
Found 0 elements of type div[2]
Found 3 elements of type div
theDiv<div id="mydiv2">
  second div
</div>

testChildTypeFail

Setup after run:
HtmlFixture
WARNING: no focus element
Escape HTML:onon
Javascript:onon
Display HTML:onon
Show SSL Errors:offoff
Show Javascript Errors:onon
Preserve:onon
Set Browser Versiondefault
Web Client restarted with new browser version. UserAgent = Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)
Clear
web client restarted, cookies cleared
fitnesse table before run:
HtmlFixture
http://firstthePage
Child Typediv[2]theDiv
fitnesse table after run:
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">
    <div id="mydiv1">
      first div   
      <div id="mysubdiv1">
        subdiv
      </div>
    </div>
    <div id="mydiv2">
      second div
    </div>
    <p id="p1">
      first p  
    </p>
    <div id="mydiv3">
      third div
    </div>
    <p id="p2">
      second p
    </p>
  </body>
</html>
Child Typediv[2]
Found 0 elements of type div[2]
Found 0 elements of type div
theDiv