page-object 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (196) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +22 -12
  3. data/ChangeLog +10 -0
  4. data/Gemfile +4 -2
  5. data/Guardfile +1 -1
  6. data/README.md +2 -2
  7. data/lib/page-object/accessors.rb +57 -35
  8. data/lib/page-object/elements/element.rb +26 -0
  9. data/lib/page-object/locator_generator.rb +46 -0
  10. data/lib/page-object/platforms/selenium_webdriver/element.rb +6 -6
  11. data/lib/page-object/platforms/selenium_webdriver/page_object.rb +14 -0
  12. data/lib/page-object/platforms/watir_webdriver/element.rb +0 -7
  13. data/lib/page-object/platforms/watir_webdriver/page_object.rb +16 -3
  14. data/lib/page-object/version.rb +1 -1
  15. data/page-object.gemspec +7 -10
  16. metadata +34 -375
  17. data/features/area.feature +0 -35
  18. data/features/async.feature +0 -21
  19. data/features/audio.feature +0 -64
  20. data/features/bold.feature +0 -21
  21. data/features/button.feature +0 -98
  22. data/features/canvas.feature +0 -37
  23. data/features/check_box.feature +0 -55
  24. data/features/div.feature +0 -45
  25. data/features/element.feature +0 -343
  26. data/features/file_field.feature +0 -40
  27. data/features/form.feature +0 -43
  28. data/features/frames.feature +0 -75
  29. data/features/generic_elements.feature +0 -29
  30. data/features/gxt_table_extension.feature +0 -23
  31. data/features/headings.feature +0 -97
  32. data/features/hidden_field.feature +0 -45
  33. data/features/html/04-Death_Becomes_Fur.mp4 +0 -0
  34. data/features/html/04-Death_Becomes_Fur.oga +0 -0
  35. data/features/html/async.html +0 -36
  36. data/features/html/double_click.html +0 -13
  37. data/features/html/failure.html +0 -8
  38. data/features/html/frame_1.html +0 -18
  39. data/features/html/frame_2.html +0 -16
  40. data/features/html/frame_3.html +0 -14
  41. data/features/html/frames.html +0 -12
  42. data/features/html/hover.html +0 -12
  43. data/features/html/iframes.html +0 -12
  44. data/features/html/images/circle.png +0 -0
  45. data/features/html/images/img_pulpit.jpg +0 -0
  46. data/features/html/images/submit.gif +0 -0
  47. data/features/html/indexed_property.html +0 -55
  48. data/features/html/modal.html +0 -17
  49. data/features/html/modal_1.html +0 -38
  50. data/features/html/modal_2.html +0 -27
  51. data/features/html/movie.mp4 +0 -0
  52. data/features/html/movie.ogg +0 -0
  53. data/features/html/multi_elements.html +0 -145
  54. data/features/html/nested_elements.html +0 -77
  55. data/features/html/nested_frame_1.html +0 -1
  56. data/features/html/nested_frame_2.html +0 -11
  57. data/features/html/nested_frame_3.html +0 -14
  58. data/features/html/nested_frames.html +0 -10
  59. data/features/html/planets.gif +0 -0
  60. data/features/html/static_elements.html +0 -194
  61. data/features/html/success.html +0 -8
  62. data/features/html/sun.gif +0 -0
  63. data/features/html/sun.html +0 -7
  64. data/features/html/widgets.html +0 -20
  65. data/features/image.feature +0 -50
  66. data/features/indexed_property.feature +0 -117
  67. data/features/italic.feature +0 -21
  68. data/features/javascript.feature +0 -28
  69. data/features/label.feature +0 -46
  70. data/features/link.feature +0 -52
  71. data/features/list_item.feature +0 -36
  72. data/features/modal_dialog.feature +0 -15
  73. data/features/multi_elements.feature +0 -498
  74. data/features/nested_elements.feature +0 -117
  75. data/features/ordered_list.feature +0 -56
  76. data/features/page_level_actions.feature +0 -90
  77. data/features/paragraph.feature +0 -35
  78. data/features/radio_button.feature +0 -58
  79. data/features/radio_button_group.feature +0 -29
  80. data/features/sample-app/public/audio_video.html +0 -23
  81. data/features/sample-app/public/jquery-1.3.2.js +0 -4376
  82. data/features/sample-app/public/jquery.html +0 -30
  83. data/features/sample-app/public/prototype-1.6.0.3.js +0 -4320
  84. data/features/sample-app/public/prototype.html +0 -35
  85. data/features/sample-app/sample_app.rb +0 -35
  86. data/features/section.feature +0 -136
  87. data/features/select_list.feature +0 -86
  88. data/features/span.feature +0 -37
  89. data/features/step_definitions/accessor_steps.rb +0 -64
  90. data/features/step_definitions/area_steps.rb +0 -19
  91. data/features/step_definitions/async_steps.rb +0 -83
  92. data/features/step_definitions/audio_steps.rb +0 -27
  93. data/features/step_definitions/bold_steps.rb +0 -12
  94. data/features/step_definitions/button_steps.rb +0 -48
  95. data/features/step_definitions/canvas_steps.rb +0 -15
  96. data/features/step_definitions/check_box_steps.rb +0 -35
  97. data/features/step_definitions/div_steps.rb +0 -19
  98. data/features/step_definitions/element_steps.rb +0 -294
  99. data/features/step_definitions/file_field_steps.rb +0 -19
  100. data/features/step_definitions/form_steps.rb +0 -19
  101. data/features/step_definitions/frames_steps.rb +0 -159
  102. data/features/step_definitions/generic_element_steps.rb +0 -31
  103. data/features/step_definitions/gxt_table_steps.rb +0 -53
  104. data/features/step_definitions/headings_steps.rb +0 -12
  105. data/features/step_definitions/hidden_field_steps.rb +0 -27
  106. data/features/step_definitions/image_steps.rb +0 -27
  107. data/features/step_definitions/indexed_property_steps.rb +0 -163
  108. data/features/step_definitions/italic_steps.rb +0 -12
  109. data/features/step_definitions/javascript_steps.rb +0 -53
  110. data/features/step_definitions/label_steps.rb +0 -19
  111. data/features/step_definitions/link_steps.rb +0 -40
  112. data/features/step_definitions/list_item_steps.rb +0 -19
  113. data/features/step_definitions/modal_dialog_steps.rb +0 -62
  114. data/features/step_definitions/multi_elements_steps.rb +0 -554
  115. data/features/step_definitions/nested_elements_steps.rb +0 -212
  116. data/features/step_definitions/ordered_list_steps.rb +0 -23
  117. data/features/step_definitions/page_level_actions_steps.rb +0 -135
  118. data/features/step_definitions/page_traversal_steps.rb +0 -8
  119. data/features/step_definitions/paragraph_steps.rb +0 -28
  120. data/features/step_definitions/radio_button_group_steps.rb +0 -36
  121. data/features/step_definitions/radio_button_steps.rb +0 -27
  122. data/features/step_definitions/section_steps.rb +0 -277
  123. data/features/step_definitions/select_list_steps.rb +0 -65
  124. data/features/step_definitions/span_steps.rb +0 -19
  125. data/features/step_definitions/table_cell_steps.rb +0 -15
  126. data/features/step_definitions/table_row_steps.rb +0 -23
  127. data/features/step_definitions/table_steps.rb +0 -70
  128. data/features/step_definitions/text_area_steps.rb +0 -35
  129. data/features/step_definitions/text_field_steps.rb +0 -35
  130. data/features/step_definitions/unordered_list_steps.rb +0 -23
  131. data/features/step_definitions/video_steps.rb +0 -45
  132. data/features/support/ajax_text_environment.rb +0 -26
  133. data/features/support/audio_video_page.rb +0 -24
  134. data/features/support/env.rb +0 -8
  135. data/features/support/hooks.rb +0 -8
  136. data/features/support/page.rb +0 -373
  137. data/features/support/persistent_browser.rb +0 -70
  138. data/features/support/targets/firefox14_osx.rb +0 -6
  139. data/features/support/targets/firefox14_windows7.rb +0 -6
  140. data/features/support/url_helper.rb +0 -61
  141. data/features/table.feature +0 -122
  142. data/features/table_cell.feature +0 -45
  143. data/features/table_row.feature +0 -43
  144. data/features/text_area.feature +0 -51
  145. data/features/text_field.feature +0 -70
  146. data/features/unordered_list.feature +0 -56
  147. data/features/video.feature +0 -69
  148. data/spec/page-object/accessors_spec.rb +0 -40
  149. data/spec/page-object/element_locators_spec.rb +0 -1144
  150. data/spec/page-object/elements/area_spec.rb +0 -45
  151. data/spec/page-object/elements/bold_spec.rb +0 -29
  152. data/spec/page-object/elements/button_spec.rb +0 -64
  153. data/spec/page-object/elements/canvas_spec.rb +0 -41
  154. data/spec/page-object/elements/check_box_spec.rb +0 -49
  155. data/spec/page-object/elements/div_spec.rb +0 -28
  156. data/spec/page-object/elements/element_spec.rb +0 -196
  157. data/spec/page-object/elements/file_field_spec.rb +0 -39
  158. data/spec/page-object/elements/form_spec.rb +0 -28
  159. data/spec/page-object/elements/heading_spec.rb +0 -48
  160. data/spec/page-object/elements/hidden_field_spec.rb +0 -28
  161. data/spec/page-object/elements/image_spec.rb +0 -66
  162. data/spec/page-object/elements/italic_spec.rb +0 -29
  163. data/spec/page-object/elements/label_spec.rb +0 -29
  164. data/spec/page-object/elements/link_spec.rb +0 -49
  165. data/spec/page-object/elements/list_item_spec.rb +0 -29
  166. data/spec/page-object/elements/media_spec.rb +0 -63
  167. data/spec/page-object/elements/nested_element_spec.rb +0 -254
  168. data/spec/page-object/elements/option_spec.rb +0 -11
  169. data/spec/page-object/elements/ordered_list_spec.rb +0 -78
  170. data/spec/page-object/elements/paragraph_spec.rb +0 -27
  171. data/spec/page-object/elements/select_list_spec.rb +0 -142
  172. data/spec/page-object/elements/selenium/radio_button_spec.rb +0 -44
  173. data/spec/page-object/elements/selenium/text_field_spec.rb +0 -49
  174. data/spec/page-object/elements/selenium_element_spec.rb +0 -218
  175. data/spec/page-object/elements/span_spec.rb +0 -26
  176. data/spec/page-object/elements/table_cell_spec.rb +0 -21
  177. data/spec/page-object/elements/table_row_spec.rb +0 -70
  178. data/spec/page-object/elements/table_spec.rb +0 -98
  179. data/spec/page-object/elements/text_area_spec.rb +0 -39
  180. data/spec/page-object/elements/unordered_list_spec.rb +0 -77
  181. data/spec/page-object/elements/video_spec.rb +0 -33
  182. data/spec/page-object/elements/watir_element_spec.rb +0 -193
  183. data/spec/page-object/javascript_framework_facade_spec.rb +0 -61
  184. data/spec/page-object/loads_platform_spec.rb +0 -53
  185. data/spec/page-object/page-object_spec.rb +0 -435
  186. data/spec/page-object/page_factory_spec.rb +0 -238
  187. data/spec/page-object/page_populator_spec.rb +0 -122
  188. data/spec/page-object/page_section_spec.rb +0 -80
  189. data/spec/page-object/platforms/selenium_webdriver/selenium_page_object_spec.rb +0 -68
  190. data/spec/page-object/platforms/selenium_webdriver_spec.rb +0 -29
  191. data/spec/page-object/platforms/watir_webdriver/watir_page_object_spec.rb +0 -29
  192. data/spec/page-object/platforms/watir_webdriver_spec.rb +0 -9
  193. data/spec/page-object/selenium_accessors_spec.rb +0 -628
  194. data/spec/page-object/watir_accessors_spec.rb +0 -1191
  195. data/spec/page-object/widget_spec.rb +0 -226
  196. data/spec/spec_helper.rb +0 -43
@@ -1,14 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
- <head>
4
- <title>Frame 1</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- </head>
7
- <body>
8
- <h1>Frame 3</h1>
9
- <p>Nam accumsan. Donec nisi pede, interdum eget, ultrices ac, vulputate vitae, nunc. Nulla lorem. Duis cursus pharetra dolor. Nulla accumsan hendrerit leo. Vivamus commodo. Nullam dignissim adipiscing est. Aliquam vitae orci in risus lobortis luctus. Ut luctus fermentum ligula. Nullam ipsum. Suspendisse sit amet nisi.</p>
10
- <input id=alert_button type=button onclick="alert('I am an alert')" value=Alert>
11
- <input id=confirm_button type=button onclick="this.value = confirm('set the value')" value=Confirm>
12
- <input id=prompt_button type=button onclick='this.value = prompt("enter your name", "John Doe")' value=Prompt>
13
- </body>
14
- </html>
@@ -1,12 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
- <head>
4
- <title>Frames</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- </head>
7
- <frameset cols="40%, 40%, 20%">
8
- <frame src="frame_1.html" id="frame_one_1" name="frame1"/>
9
- <frame src="frame_2.html" id="frame_two_2" name="frame2"/>
10
- <frame src="frame_3.html" id="frame_three_3" name="frame3"/>
11
- </frameset>
12
- </html>
@@ -1,12 +0,0 @@
1
- <html>
2
- <head>
3
- <style type="text/css" media="screen">
4
- a { font-size: 10px; }
5
- a:hover { font-size: 20px; }
6
- </style>
7
- </head>
8
-
9
- <body>
10
- <a href="#">hello</a>
11
- </body>
12
- </html>
@@ -1,12 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
- <head>
4
- <title>Iframes</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
- </head>
7
- <body>
8
- <h1>Iframes</h1>
9
- <iframe src="frame_1.html" id="frame_one_1" name="frame1" class="iframe"></iframe>
10
- <iframe src="frame_2.html" id="frame_two_2" name="frame2" class="iframe"></iframe>
11
- </body>
12
- </html>
@@ -1,55 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Indexed Property Page</title>
4
- </head>
5
- <body>
6
- <form method="get" action="success.html">
7
- <table id="table_id" name align="table_name" class="table_class" border="1">
8
- <tr>
9
- <td><input type="text" id="table[123].text" name="tableName[123].text" size="20"/></td>
10
- <td><input type="radio" id="table[123].radio" value="123"/></td>
11
- <td><input type="checkbox" id="table[123].check" value="1"/></td>
12
- <td><textarea id="table[123].area" rows="2" cols="20"></textarea></td>
13
- <td><input id="table[123].button" type="submit" value="Click 123"/></td>
14
- <td><div id="table[123].content">123!</div></td>
15
- <td><div id="table[123].bad_name">BAD ELEMENT NAME</div></td>
16
- </tr>
17
- <tr>
18
- <td><input type="text" id="table[foo].text" name="tableName[foo].text" size="20"/></td>
19
- <td><input type="radio" id="table[foo].radio" value="foo"/></td>
20
- <td><input type="checkbox" id="table[foo].check" value="2"/></td>
21
- <td><textarea id="table[foo].area" rows="2" cols="20"></textarea></td>
22
- <td><input id="table[foo].button" type="submit" value="Click foo"/></td>
23
- <td><div id="table[foo].content">foo!</div></td>
24
- <td><div id="table[foo].bad_name">BAD ELEMENT NAME</div></td>
25
- </tr>
26
- <tr>
27
- <td><input type="text" id="table[12test].text" name="tableName[12test].text" size="20"/></td>
28
- <td><input type="radio" id="table[12test].radio" value="12test"/></td>
29
- <td><input type="checkbox" id="table[12test].check" value="3"/></td>
30
- <td><textarea id="table[12test].area" rows="2" cols="20"></textarea></td>
31
- <td><input id="table[12test].button" type="submit" value="Click 12test"/></td>
32
- <td><div id="table[12test].content">12test!</div></td>
33
- <td><div id=""table[12test].bad_name>BAD ELEMENT NAME</div></td>
34
- </tr>
35
- </table>
36
-
37
- <table id="other_table_id" name align="table_name" class="table_class" border="1">
38
- <tr>
39
- <td><input type="text" id="other_table[foo].text" name="otherTableName[foo].text" size="20"/></td>
40
- <td><div id="other_table[foo].content">foo2!</div></td>
41
- </tr>
42
- <tr>
43
- <td><input type="text" id="other_table[bar].text" name="otherTableName[bar].text" size="20"/></td>
44
- <td><div id="other_table[bar].content">bar!</div></td>
45
- </tr>
46
- </table>
47
-
48
- <div>
49
- <input type="text" id="nottable[123].text" size="20"/><br/>
50
- <input type="text" id="nottable[foo].text" size="20"/><br/>
51
- <input type="text" id="nottable[12test].text" size="20"/>
52
- </div>
53
- </form>
54
- </body>
55
- </html>
@@ -1,17 +0,0 @@
1
- <html>
2
- <head>
3
- <title>modal dialog test page</title>
4
- </head>
5
- <body>
6
-
7
- <script type="text/javascript">
8
- function modal() {
9
- var retValue = window.showModalDialog(
10
- "modal_1.html", self,
11
- "status:no;resizable:Yes;help:no;maximize:no;minimize:no;scrollbars:no;");
12
- }
13
- </script>
14
-
15
- <input id=launch_modal_button type=button onclick='return modal();' value="Launch a modal" />
16
- </body>
17
- </html>
@@ -1,38 +0,0 @@
1
- <html>
2
-
3
- <head>
4
- <title>Modal 1</title>
5
-
6
- <script>
7
- function delay_action(other_function) {
8
- setTimeout(other_function, 3000);
9
- }
10
-
11
- function close_window() {
12
- window.returnValue = 22
13
- window.close()
14
- }
15
-
16
- function modal1() {
17
- var retValue = window.showModalDialog(
18
- "modal_2.html", self,
19
- "status:no;resizable:Yes;help:no;maximize:no;minimize:no;scrollbars:no;");
20
- }
21
-
22
- </script>
23
-
24
- </head>
25
-
26
- <body>
27
-
28
- <h2>Modal 1</h2>
29
-
30
- <h3>Close buttons</h3>
31
- <input id=close_window type=button onclick="close_window()" value="Close window"/>
32
- <input id=delayed_close type=button onclick="delay_action('close_window()')" value="Close window with delay" />
33
-
34
- <h3>Nested modal</h3>
35
- <input id=launch_modal_button type=button onclick='return modal1();' value="Launch another modal"/>
36
-
37
- </body>
38
- </html>
@@ -1,27 +0,0 @@
1
- <html>
2
-
3
- <head>
4
- <title>Modal 2</title>
5
-
6
- <script>
7
- function delay_action(other_function) {
8
- setTimeout(other_function, 3000);
9
- }
10
-
11
- function close_window() {
12
- self.close()
13
- }
14
- </script>
15
-
16
- </head>
17
-
18
- <body>
19
-
20
- <h2>Modal 2</h2>
21
-
22
- <h3>Close buttons</h3>
23
- <input id=close_window2 type="button" onclick="close_window()" value="Close window"/>
24
- <input id=delayed_close2 type=button onclick="delay_action('close_window()')" value="Close window with delay" />
25
-
26
- </body>
27
- </html>
Binary file
Binary file
@@ -1,145 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Multi Elements Page</title>
4
- </head>
5
- <body>
6
- <input class='button' type="submit" value="Button 1"/>
7
- <input class='button' type="submit" value="Button 2"/>
8
- <input class='button' type="submit" value="Button 3"/>
9
-
10
-
11
- <input class="textfield" size="40" type="text" value="text 1"/>
12
- <input class="textfield" size="40" type="text" value="text 2"/>
13
- <input class="textfield" size="40" type="text" value="text 3"/>
14
-
15
- <input class="hiddenfield" size="40" type="hidden" value="hidden 1"/>
16
- <input class="hiddenfield" size="40" type="hidden" value="hidden 2"/>
17
- <input class="hiddenfield" size="40" type="hidden" value="hidden 3"/>
18
-
19
- <textarea rows="2" cols="20" class="textarea">textarea 1</textarea>
20
- <textarea rows="2" cols="20" class="textarea">textarea 2</textarea>
21
- <textarea rows="2" cols="20" class="textarea">textarea 3</textarea>
22
-
23
- <select class="selectlist">
24
- <option value="selectlist 1">Option 1</option>
25
- </select>
26
- <select class="selectlist">
27
- <option value="selectlist 2">Option 2</option>
28
- </select>
29
- <select class="selectlist">
30
- <option value="selectlist 3">Option 3</option>
31
- </select>
32
-
33
- <a href="blah.html" class="link">link 1</a>
34
- <a href="blah.html" class="link">link 2</a>
35
- <a href="blah.html" class="link">link 3</a>
36
-
37
- <input class="checkbox" type="checkbox" value="checkbox 1"/>
38
- <input class="checkbox" type="checkbox" value="checkbox 2"/>
39
- <input class="checkbox" type="checkbox" value="checkbox 3"/>
40
-
41
- <input type="radio" class="radio" value="radio 1">
42
- <input type="radio" class="radio" value="radio 2">
43
- <input type="radio" class="radio" value="radio 3">
44
-
45
- <div class="div">Div 1</div>
46
- <div class="div">Div 2</div>
47
- <div class="div">Div 3</div>
48
-
49
- <span class="span">Span 1</span>
50
- <span class="span">Span 2</span>
51
- <span class="span">Span 3</span>
52
-
53
- <label class="label">Label 1</label>
54
- <label class="label">Label 2</label>
55
- <label class="label">Label 3</label>
56
-
57
- <table class="table" border='1'>
58
- <tr>
59
- <td class="td">Data 1</td>
60
- <td class="td">Data 2</td>
61
- <td class="td">Data 3</td>
62
- </tr>
63
- </table>
64
-
65
- <table class="table" border='1'>
66
- <tr>
67
- <td>Data 4</td>
68
- <td>Data 5</td>
69
- <td>Data 6</td>
70
- </tr>
71
- </table>
72
-
73
- <table class="table" border='1'>
74
- <tr>
75
- <td>Data 7</td>
76
- <td>Data 8</td>
77
- <td>Data 9</td>
78
- </tr>
79
- </table>
80
-
81
- <img src="images/circle.png" class="image", alt="image 1">
82
- <img src="images/circle.png" class="image", alt="image 2">
83
- <img src="images/circle.png" class="image", alt="image 3">
84
-
85
- <form method="get" class="form" action="form1"></form>
86
- <form method="get" class="form" action="form2"></form>
87
- <form method="get" class="form" action="form3"></form>
88
-
89
- <ul class="ul">
90
- <li class="li">Item One</li>
91
- <li class="li">Item Two</li>
92
- <li class="li">Item Three</li>
93
- </ul>
94
- <ul class="ul">
95
- <li>Item Four</li>
96
- </ul>
97
- <ul class="ul">
98
- <li>Item Five</li>
99
- </ul>
100
-
101
- <ol class="ol">
102
- <li>Number One</li>
103
- </ol>
104
- <ol class="ol">
105
- <li>Number Two</li>
106
- </ol>
107
- <ol class="ol">
108
- <li>Number Three</li>
109
- </ol>
110
-
111
- <h1 class="h1">H1 One</h1>
112
- <h1 class="h1">H1 Two</h1>
113
- <h1 class="h1">H1 Three</h1>
114
-
115
- <h2 class="h2">H2 One</h2>
116
- <h2 class="h2">H2 Two</h2>
117
- <h2 class="h2">H2 Three</h2>
118
-
119
- <h3 class="h3">H3 One</h3>
120
- <h3 class="h3">H3 Two</h3>
121
- <h3 class="h3">H3 Three</h3>
122
-
123
- <h4 class="h4">H4 One</h4>
124
- <h4 class="h4">H4 Two</h4>
125
- <h4 class="h4">H4 Three</h4>
126
-
127
- <h5 class="h5">H5 One</h5>
128
- <h5 class="h5">H5 Two</h5>
129
- <h5 class="h5">H5 Three</h5>
130
-
131
- <h6 class="h6">H6 One</h6>
132
- <h6 class="h6">H6 Two</h6>
133
- <h6 class="h6">H6 Three</h6>
134
-
135
- <p class="p">Paragraph One</p>
136
- <p class="p">Paragraph Two</p>
137
- <p class="p">Paragraph Three</p>
138
-
139
- <input type="file" class="file_field_class" title="File Field 1" />
140
- <input type="file" class="file_field_class" title="File Field 2" />
141
- <input type="file" class="file_field_class" title="File Field 3" />
142
- In bold <b>One B</b> and <b>Two B</b> for example text
143
- In italic <i>One I</i> and <i>Two I</i> for example text
144
- </body>
145
- </html>
@@ -1,77 +0,0 @@
1
- <html>
2
- <head>
3
- <title>Nested Elements</title>
4
- </head>
5
- <body>
6
-
7
- <div id="div_id">
8
- <a href="success.html">Success</a>
9
- <form method="get" action="success.html">
10
- <input type="submit" value="Click Me">
11
- </form>
12
- <input size="40" type="text"/>
13
- <input size="40" type="hidden" value="LeanDog"/>
14
- <textarea rows="2" cols="20"></textarea>
15
- <select>
16
- <option value="option1">Test 1</option>
17
- <option value="option2">Test 2</option>
18
- </select>
19
- <input type="checkbox" value="0"/>
20
- <input type="radio" value="Milk"/>
21
- <input type="file"/>
22
-
23
- <div>
24
- page-object rocks!
25
- </div>
26
- <span>
27
- My alert
28
- </span>
29
- <label>
30
- page-object is the best!
31
- </label>
32
- <table>
33
- <tr><td>Data1</td><td>Data2</td></tr>
34
- </table>
35
- <img src="images/circle.png"/>
36
- <p>This is a paragraph.</p>
37
-
38
- <h1>h1's are cool</h1>
39
- <h2>h2's are cool</h2>
40
- <h3>h3's are cool</h3>
41
- <h4>h4's are cool</h4>
42
- <h5>h5's are cool</h5>
43
- <h6>h6's are cool</h6>
44
-
45
- <ol>
46
- <li>Number One</li>
47
- <li>Number Two</li>
48
- </ol>
49
- <ul>
50
- <li>Item One</li>
51
- <li>Item Two</li>
52
- </ul>
53
-
54
- </div>
55
-
56
- <ul id="outer">
57
- <li>One</li>
58
- <li>Two</li>
59
- <ul>
60
- <li>Nested One</li>
61
- <li>Nested Two</li>
62
- </ul>
63
- <li>Three</li>
64
- </ul>
65
-
66
- <ol id="ol-outer">
67
- <li>One</li>
68
- <li>Two</li>
69
- <ol>
70
- <li>Nested One</li>
71
- <li>Nested Two</li>
72
- </ol>
73
- <li>Three</li>
74
- </ol>
75
-
76
- </body>
77
- </html>
@@ -1 +0,0 @@
1
- frame 1
@@ -1,11 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
- <html>
3
- <head>
4
- <title></title>
5
- </head>
6
- <body>
7
- <p>
8
- <iframe id="three" src="nested_frame_3.html"></iframe>
9
- </p>
10
- </body>
11
- </html>