watir 1.6.2 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +326 -188
- data/bin/watir-console +7 -8
- data/lib/changes.rb +3 -3
- data/lib/license.rb +38 -38
- data/lib/readme.rb +140 -140
- data/lib/watir/WindowHelper.rb +49 -49
- data/lib/watir/camel_case.rb +66 -45
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +344 -312
- data/lib/watir/container.rb +815 -753
- data/lib/watir/contrib/enabled_popup.rb +20 -20
- data/lib/watir/contrib/ie-new-process.rb +27 -27
- data/lib/watir/contrib/page_checker.rb +29 -29
- data/lib/watir/cookiemanager.rb +55 -55
- data/lib/watir/core_ext.rb +18 -0
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +343 -312
- data/lib/watir/element_collections.rb +97 -81
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/ie-class.rb +1009 -1003
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +133 -132
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +572 -539
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +176 -161
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/non_control_elements.rb +145 -127
- data/lib/watir/page-container.rb +107 -105
- data/lib/watir/popup.rb +29 -29
- data/lib/watir/process.rb +19 -19
- data/lib/watir/screen_capture.rb +115 -115
- data/lib/watir/setFileDialog.rb +16 -16
- data/lib/watir/table.rb +362 -362
- data/lib/watir/utils.rb +19 -19
- data/lib/watir/version.rb +5 -5
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -28
- data/lib/watir/win32ole.rb +14 -6
- data/lib/watir/winClicker.rb +496 -479
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -176
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/core_tests.rb +17 -16
- data/unittests/css_test.rb +35 -35
- data/unittests/defer_test.rb +46 -46
- data/unittests/dialog_test.rb +77 -77
- data/unittests/div2_xpath_test.rb +21 -21
- data/unittests/div_test.rb +188 -183
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/errorchecker_test.rb +22 -22
- data/unittests/filefield_test.rb +39 -40
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -293
- data/unittests/form_xpath_test.rb +252 -253
- data/unittests/frame_test.rb +155 -157
- data/unittests/google_form_test.rb +15 -15
- data/unittests/html/JavascriptClick.html +39 -39
- data/unittests/html/blankpage.html +11 -11
- data/unittests/html/buttons1.html +40 -40
- data/unittests/html/checkboxes1.html +89 -89
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +51 -51
- data/unittests/html/div.html +93 -93
- data/unittests/html/div_xml.html +20 -20
- data/unittests/html/fileupload.html +45 -45
- data/unittests/html/formTest1.html +38 -38
- data/unittests/html/forms2.html +44 -44
- data/unittests/html/forms3.html +131 -131
- data/unittests/html/forms4.html +27 -27
- data/unittests/html/frame_buttons.html +3 -3
- data/unittests/html/frame_links.html +3 -3
- data/unittests/html/frame_multi.html +4 -4
- data/unittests/html/google_india.html +107 -107
- data/unittests/html/iframeTest.html +12 -12
- data/unittests/html/iframeTest1.html +6 -6
- data/unittests/html/iframeTest2.html +5 -5
- data/unittests/html/images1.html +66 -66
- data/unittests/html/javascriptevents.html +35 -35
- data/unittests/html/link_pass.html +10 -10
- data/unittests/html/links1.html +38 -38
- data/unittests/html/links2.html +10 -10
- data/unittests/html/links_multi.html +14 -14
- data/unittests/html/list_matters.html +720 -720
- data/unittests/html/lists.html +17 -17
- data/unittests/html/map_test.html +31 -31
- data/unittests/html/modal_dialog.html +10 -10
- data/unittests/html/modal_dialog_launcher.html +11 -11
- data/unittests/html/nestedFrames.html +6 -6
- data/unittests/html/new_browser.html +16 -16
- data/unittests/html/pass.html +12 -12
- data/unittests/html/popups1.html +59 -59
- data/unittests/html/pre.html +27 -27
- data/unittests/html/radioButtons1.html +71 -71
- data/unittests/html/select_tealeaf.html +54 -54
- data/unittests/html/selectboxes1.html +52 -55
- data/unittests/html/simple_table.html +26 -26
- data/unittests/html/simple_table_buttons.html +104 -104
- data/unittests/html/simple_table_columns.html +76 -76
- data/unittests/html/table1.html +181 -181
- data/unittests/html/tableCell_using_xpath.html +19 -19
- data/unittests/html/textarea.html +30 -30
- data/unittests/html/textfields1.html +88 -88
- data/unittests/html/textsearch.html +44 -44
- data/unittests/html/wallofcheckboxes.html +1003 -1003
- data/unittests/html/xpath_nbsp.html +12 -12
- data/unittests/ie_exists_test.rb +33 -33
- data/unittests/ie_mock.rb +94 -94
- data/unittests/ie_test.rb +51 -50
- data/unittests/images_test.rb +157 -157
- data/unittests/images_xpath_test.rb +91 -91
- data/unittests/links_multi_test.rb +48 -48
- data/unittests/links_test.rb +175 -177
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/map_test.rb +98 -98
- data/unittests/minmax_test.rb +31 -31
- data/unittests/navigate_test.rb +39 -39
- data/unittests/nbsp_xpath_test.rb +16 -16
- data/unittests/non_core_tests.rb +12 -12
- data/unittests/other/WindowLogonExample.rb +27 -27
- data/unittests/other/WindowLogonExtra.rb +6 -6
- data/unittests/other/all_tests_concurrent.rb +57 -57
- data/unittests/{windows → other}/jscriptExtraAlert.rb +6 -6
- data/unittests/{windows → other}/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/{windows → other}/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/{windows → other}/jscriptPushButton.rb +6 -6
- data/unittests/{windows → other}/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -24
- data/unittests/other/screen_capture_test.rb +54 -54
- data/unittests/other/testcase_method_order_test.rb +35 -35
- data/unittests/other/testcase_verify_test.rb +24 -24
- data/unittests/other/wait_until_test.rb +99 -99
- data/unittests/pagecontainstext_test.rb +69 -69
- data/unittests/parent_child_test.rb +43 -43
- data/unittests/perf_test.rb +20 -20
- data/unittests/popups_test.rb +43 -43
- data/unittests/pre_test.rb +53 -53
- data/unittests/radios_test.rb +212 -212
- data/unittests/radios_xpath_test.rb +101 -101
- data/unittests/security_setting_test.rb +23 -23
- data/unittests/selectbox_test.rb +148 -139
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +77 -75
- data/unittests/speed_settings_test.rb +67 -65
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -362
- data/unittests/table_xpath_test.rb +110 -110
- data/unittests/test_tests.rb +9 -9
- data/unittests/textarea_test.rb +92 -92
- data/unittests/textarea_xpath_test.rb +78 -78
- data/unittests/textfield_for_ch_char_test.rb +31 -29
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -7
- data/unittests/windows/attach_to_existing_window_test.rb +53 -52
- data/unittests/windows/attach_to_new_window_test.rb +83 -82
- data/unittests/windows/close_window_test.rb +20 -20
- data/unittests/windows/frame_links_test.rb +25 -25
- data/unittests/windows/ie-each_test.rb +47 -47
- data/unittests/windows/iedialog_test.rb +54 -54
- data/unittests/windows/js_events_test.rb +55 -55
- data/unittests/windows/modal_dialog_test.rb +128 -126
- data/unittests/windows/new_test.rb +57 -55
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -32
- data/unittests/xpath_tests.rb +10 -10
- metadata +20 -20
- data/lib/watir/contrib/visible.rb +0 -47
- data/unittests/iostring.rb +0 -30
- data/unittests/iostring_test.rb +0 -48
@@ -1,90 +1,90 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for Check Boxes
|
5
|
-
</title>
|
6
|
-
|
7
|
-
<script>
|
8
|
-
|
9
|
-
function setButtonState( )
|
10
|
-
{
|
11
|
-
var button = document.getElementById('foo');
|
12
|
-
if (button.disabled ){
|
13
|
-
|
14
|
-
button.disabled = false
|
15
|
-
} else {
|
16
|
-
button.disabled = true
|
17
|
-
}
|
18
|
-
}
|
19
|
-
</script>
|
20
|
-
|
21
|
-
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
22
|
-
|
23
|
-
</head>
|
24
|
-
<body>
|
25
|
-
CVS Revision: $Revision $
|
26
|
-
<br>
|
27
|
-
<br>
|
28
|
-
<table>
|
29
|
-
<tr>
|
30
|
-
<td>
|
31
|
-
CheckBox 1 <input type = checkbox name = box1 class=check_box_style >
|
32
|
-
</td>
|
33
|
-
</tr>
|
34
|
-
|
35
|
-
<tr>
|
36
|
-
<td>
|
37
|
-
Disabled<input type = checkbox name = box2 disabled>
|
38
|
-
</td>
|
39
|
-
</tr>
|
40
|
-
<tr>
|
41
|
-
<td>
|
42
|
-
Set<input type = checkbox name = box3 checked>
|
43
|
-
</td>
|
44
|
-
</tr>
|
45
|
-
<tr><td>
|
46
|
-
These 2 have ids
|
47
|
-
<br>
|
48
|
-
id= box4 value=1 <input type ='checkbox' id='box4' name='verify1' value='1' checked>
|
49
|
-
<br>
|
50
|
-
id = box4a value=2 <input type = 'checkbox' id = 'box4a' name= 'verify2' value = '2' checked>
|
51
|
-
</tr>
|
52
|
-
<br>
|
53
|
-
<tr>
|
54
|
-
These boxes have the same name, but different values
|
55
|
-
</tr>
|
56
|
-
|
57
|
-
<tr><td>
|
58
|
-
Name = box4 value=1 <input type = checkbox name = box4 value = 1 checked>
|
59
|
-
</tr>
|
60
|
-
<tr><td>
|
61
|
-
Name = box4 value=2 <input type = checkbox name = box4 value = 2>
|
62
|
-
</tr>
|
63
|
-
<tr><td>
|
64
|
-
Name = box4 value=3 <input type = checkbox name = box4 value = 3>
|
65
|
-
</tr>
|
66
|
-
<tr><td>
|
67
|
-
Name = box4 value=4 <input type = checkbox name = box4 value = 4>
|
68
|
-
</tr>
|
69
|
-
<tr><td>
|
70
|
-
Name = box4 value=5 <input type = checkbox name = box4 value = 5 disabled title="box4-value5">
|
71
|
-
</tr>
|
72
|
-
|
73
|
-
<tr><td>
|
74
|
-
Name = box5 value=1 <input type = checkbox name = box5 value = 1 onClick='javascript:setButtonState( )'>
|
75
|
-
</tr>
|
76
|
-
|
77
|
-
<tr><td>
|
78
|
-
<input type = button id = foo value = foo disabled=disabled ><td> This button is used with checkbox box5. This button is enabled if the checkbox is enabled
|
79
|
-
</tr>
|
80
|
-
|
81
|
-
<tr><td>
|
82
|
-
Milk<input type = checkbox name = "box6" value ="Milk">
|
83
|
-
<br>
|
84
|
-
Tea<input type = checkbox name = "box6" value ="Tea">
|
85
|
-
</tr>
|
86
|
-
|
87
|
-
|
88
|
-
</table>
|
89
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for Check Boxes
|
5
|
+
</title>
|
6
|
+
|
7
|
+
<script>
|
8
|
+
|
9
|
+
function setButtonState( )
|
10
|
+
{
|
11
|
+
var button = document.getElementById('foo');
|
12
|
+
if (button.disabled ){
|
13
|
+
|
14
|
+
button.disabled = false
|
15
|
+
} else {
|
16
|
+
button.disabled = true
|
17
|
+
}
|
18
|
+
}
|
19
|
+
</script>
|
20
|
+
|
21
|
+
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
22
|
+
|
23
|
+
</head>
|
24
|
+
<body>
|
25
|
+
CVS Revision: $Revision $
|
26
|
+
<br>
|
27
|
+
<br>
|
28
|
+
<table>
|
29
|
+
<tr>
|
30
|
+
<td>
|
31
|
+
CheckBox 1 <input type = checkbox name = box1 class=check_box_style >
|
32
|
+
</td>
|
33
|
+
</tr>
|
34
|
+
|
35
|
+
<tr>
|
36
|
+
<td>
|
37
|
+
Disabled<input type = checkbox name = box2 disabled>
|
38
|
+
</td>
|
39
|
+
</tr>
|
40
|
+
<tr>
|
41
|
+
<td>
|
42
|
+
Set<input type = checkbox name = box3 checked>
|
43
|
+
</td>
|
44
|
+
</tr>
|
45
|
+
<tr><td>
|
46
|
+
These 2 have ids
|
47
|
+
<br>
|
48
|
+
id= box4 value=1 <input type ='checkbox' id='box4' name='verify1' value='1' checked>
|
49
|
+
<br>
|
50
|
+
id = box4a value=2 <input type = 'checkbox' id = 'box4a' name= 'verify2' value = '2' checked>
|
51
|
+
</tr>
|
52
|
+
<br>
|
53
|
+
<tr>
|
54
|
+
These boxes have the same name, but different values
|
55
|
+
</tr>
|
56
|
+
|
57
|
+
<tr><td>
|
58
|
+
Name = box4 value=1 <input type = checkbox name = box4 value = 1 checked>
|
59
|
+
</tr>
|
60
|
+
<tr><td>
|
61
|
+
Name = box4 value=2 <input type = checkbox name = box4 value = 2>
|
62
|
+
</tr>
|
63
|
+
<tr><td>
|
64
|
+
Name = box4 value=3 <input type = checkbox name = box4 value = 3>
|
65
|
+
</tr>
|
66
|
+
<tr><td>
|
67
|
+
Name = box4 value=4 <input type = checkbox name = box4 value = 4>
|
68
|
+
</tr>
|
69
|
+
<tr><td>
|
70
|
+
Name = box4 value=5 <input type = checkbox name = box4 value = 5 disabled title="box4-value5">
|
71
|
+
</tr>
|
72
|
+
|
73
|
+
<tr><td>
|
74
|
+
Name = box5 value=1 <input type = checkbox name = box5 value = 1 onClick='javascript:setButtonState( )'>
|
75
|
+
</tr>
|
76
|
+
|
77
|
+
<tr><td>
|
78
|
+
<input type = button id = foo value = foo disabled=disabled ><td> This button is used with checkbox box5. This button is enabled if the checkbox is enabled
|
79
|
+
</tr>
|
80
|
+
|
81
|
+
<tr><td>
|
82
|
+
Milk<input type = checkbox name = "box6" value ="Milk">
|
83
|
+
<br>
|
84
|
+
Tea<input type = checkbox name = "box6" value ="Tea">
|
85
|
+
</tr>
|
86
|
+
|
87
|
+
|
88
|
+
</table>
|
89
|
+
</body>
|
90
90
|
</html>
|
@@ -1,36 +1,36 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for Tables
|
5
|
-
</title>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
CVS Revision: "$Revision
|
9
|
-
<br>
|
10
|
-
<br>
|
11
|
-
|
12
|
-
The table below has 2 smaller tables, one on each row
|
13
|
-
<br>
|
14
|
-
red is the main table
|
15
|
-
green is a table and grey is also a table
|
16
|
-
|
17
|
-
<table border =1 bgcolor=red>
|
18
|
-
<tr>
|
19
|
-
<td><table bgcolor=grey ><tr>
|
20
|
-
<td> subtable1 Row 1 Col1 </td>
|
21
|
-
<td> subtable1 Row 1 Col2 </td>
|
22
|
-
</tr>
|
23
|
-
</table>
|
24
|
-
</td>
|
25
|
-
</tr>
|
26
|
-
<tr>
|
27
|
-
<td><table bgcolor=silver><tr>
|
28
|
-
<td> subtable2 Row 1 Col1 </td>
|
29
|
-
<td> subtable2 Row 1 Col2 </td>
|
30
|
-
</tr>
|
31
|
-
</table>
|
32
|
-
</td>
|
33
|
-
</tr>
|
34
|
-
</table>
|
35
|
-
</body>
|
36
|
-
</html>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for Tables
|
5
|
+
</title>
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
CVS Revision: "$Revision$"
|
9
|
+
<br>
|
10
|
+
<br>
|
11
|
+
|
12
|
+
The table below has 2 smaller tables, one on each row
|
13
|
+
<br>
|
14
|
+
red is the main table
|
15
|
+
green is a table and grey is also a table
|
16
|
+
|
17
|
+
<table border =1 bgcolor=red>
|
18
|
+
<tr>
|
19
|
+
<td><table bgcolor=grey ><tr>
|
20
|
+
<td> subtable1 Row 1 Col1 </td>
|
21
|
+
<td> subtable1 Row 1 Col2 </td>
|
22
|
+
</tr>
|
23
|
+
</table>
|
24
|
+
</td>
|
25
|
+
</tr>
|
26
|
+
<tr>
|
27
|
+
<td><table bgcolor=silver><tr>
|
28
|
+
<td> subtable2 Row 1 Col1 </td>
|
29
|
+
<td> subtable2 Row 1 Col2 </td>
|
30
|
+
</tr>
|
31
|
+
</table>
|
32
|
+
</td>
|
33
|
+
</tr>
|
34
|
+
</table>
|
35
|
+
</body>
|
36
|
+
</html>
|
data/unittests/html/cssTest.html
CHANGED
@@ -1,42 +1,42 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Test Hidden Message</title>
|
4
|
-
|
5
|
-
<style type="text/css">
|
6
|
-
div.hide { display: none; margin-left: auto; margin-right: auto; }
|
7
|
-
div.show { display: block; margin-left: auto; margin-right: auto; }
|
8
|
-
#Container { background: #f00; color: #fff; width: 300px; height: 300px; padding-top: 100px; text-align: center; font: bold 2em Verdana, Helvetica, sans-serif; }
|
9
|
-
|
10
|
-
</style>
|
11
|
-
|
12
|
-
<script type="text/javascript">
|
13
|
-
function show(divId)
|
14
|
-
{
|
15
|
-
var divContainer = document.getElementById("Container");
|
16
|
-
var divArr = divContainer.getElementsByTagName("div");
|
17
|
-
for (var i = 0; i < divArr.length; i++)
|
18
|
-
{
|
19
|
-
if ( divArr[i].id == divId )
|
20
|
-
{
|
21
|
-
divArr[i].className = "show";
|
22
|
-
}
|
23
|
-
else
|
24
|
-
{
|
25
|
-
divArr[i].className = "hide";
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
29
|
-
</script>
|
30
|
-
</head>
|
31
|
-
|
32
|
-
<body>
|
33
|
-
<div id="Container">
|
34
|
-
<div id="successError" class="hide">Success!</div><div id="failureError" class="hide">Failure!</div>
|
35
|
-
</div>
|
36
|
-
<form style="width: 300px; text-align: center;">
|
37
|
-
<p>Click on a button to display a message.</p>
|
38
|
-
<input type="button" name="success" value="Success" onclick="show( this.name + 'Error' );" />
|
39
|
-
<input type="button" name="failure" value="Failure" onclick="show( this.name + 'Error' );" />
|
40
|
-
</form>
|
41
|
-
</body>
|
42
|
-
</html>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>Test Hidden Message</title>
|
4
|
+
|
5
|
+
<style type="text/css">
|
6
|
+
div.hide { display: none; margin-left: auto; margin-right: auto; }
|
7
|
+
div.show { display: block; margin-left: auto; margin-right: auto; }
|
8
|
+
#Container { background: #f00; color: #fff; width: 300px; height: 300px; padding-top: 100px; text-align: center; font: bold 2em Verdana, Helvetica, sans-serif; }
|
9
|
+
|
10
|
+
</style>
|
11
|
+
|
12
|
+
<script type="text/javascript">
|
13
|
+
function show(divId)
|
14
|
+
{
|
15
|
+
var divContainer = document.getElementById("Container");
|
16
|
+
var divArr = divContainer.getElementsByTagName("div");
|
17
|
+
for (var i = 0; i < divArr.length; i++)
|
18
|
+
{
|
19
|
+
if ( divArr[i].id == divId )
|
20
|
+
{
|
21
|
+
divArr[i].className = "show";
|
22
|
+
}
|
23
|
+
else
|
24
|
+
{
|
25
|
+
divArr[i].className = "hide";
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
29
|
+
</script>
|
30
|
+
</head>
|
31
|
+
|
32
|
+
<body>
|
33
|
+
<div id="Container">
|
34
|
+
<div id="successError" class="hide">Success!</div><div id="failureError" class="hide">Failure!</div>
|
35
|
+
</div>
|
36
|
+
<form style="width: 300px; text-align: center;">
|
37
|
+
<p>Click on a button to display a message.</p>
|
38
|
+
<input type="button" name="success" value="Success" onclick="show( this.name + 'Error' );" />
|
39
|
+
<input type="button" name="failure" value="Failure" onclick="show( this.name + 'Error' );" />
|
40
|
+
</form>
|
41
|
+
</body>
|
42
|
+
</html>
|
@@ -1,59 +1,59 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
-
<!-- saved from url=(0027)http://localhost:3000/store -->
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2
|
+
<!-- saved from url=(0027)http://localhost:3000/store -->
|
3
3
|
<!--
|
4
4
|
! Excerpted from "Agile Web Development with Rails"
|
5
5
|
! We make no guarantees that this code is fit for any purpose.
|
6
6
|
! Visit http://www.pragmaticprogrammer.com for more book information.
|
7
|
-
--><HTML><HEAD><TITLE>Pragprog Books Online Store</TITLE>
|
8
|
-
<META http-equiv=Content-Type content="text/html; charset=utf-8"><LINK media=all
|
9
|
-
href="depot_store_files/scaffold.css" type=text/css rel=Stylesheet><LINK
|
10
|
-
media=all href="depot_store_files/depot.css" type=text/css rel=Stylesheet>
|
11
|
-
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
|
12
|
-
<BODY>
|
13
|
-
<DIV id=banner><IMG src="depot_store_files/logo.png"> Pragmatic Bookshelf </DIV>
|
14
|
-
<DIV id=columns>
|
15
|
-
<DIV id=side><A href="http://www..../">Home</A><BR><A
|
16
|
-
href="http://www..../faq">Questions</A><BR><A
|
17
|
-
href="http://www..../news">News</A><BR><A
|
18
|
-
href="http://www..../contact">Contact</A><BR></DIV>
|
7
|
+
--><HTML><HEAD><TITLE>Pragprog Books Online Store</TITLE>
|
8
|
+
<META http-equiv=Content-Type content="text/html; charset=utf-8"><LINK media=all
|
9
|
+
href="depot_store_files/scaffold.css" type=text/css rel=Stylesheet><LINK
|
10
|
+
media=all href="depot_store_files/depot.css" type=text/css rel=Stylesheet>
|
11
|
+
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
|
12
|
+
<BODY>
|
13
|
+
<DIV id=banner><IMG src="depot_store_files/logo.png"> Pragmatic Bookshelf </DIV>
|
14
|
+
<DIV id=columns>
|
15
|
+
<DIV id=side><A href="http://www..../">Home</A><BR><A
|
16
|
+
href="http://www..../faq">Questions</A><BR><A
|
17
|
+
href="http://www..../news">News</A><BR><A
|
18
|
+
href="http://www..../contact">Contact</A><BR></DIV>
|
19
19
|
<DIV id=main><!--
|
20
20
|
! Excerpted from "Agile Web Development with Rails"
|
21
21
|
! We make no guarantees that this code is fit for any purpose.
|
22
22
|
! Visit http://www.pragmaticprogrammer.com for more book information.
|
23
|
-
-->
|
24
|
-
<DIV class=catalogentry><IMG src="depot_store_files/sk_auto_small.jpg">
|
25
|
-
<H3>Pragmatic Project Automation</H3>
|
26
|
-
<P><EM>Pragmatic Project Automation</EM> shows you how to improve the
|
27
|
-
consistency and repeatability of your project's procedures using automation to
|
28
|
-
reduce risk and errors. </P>
|
29
|
-
<P>Simply put, we're going to put this thing called a computer to work for you
|
30
|
-
doing the mundane (but important) project stuff. That means you'll have more
|
31
|
-
time and energy to do the really exciting---and difficult---stuff, like writing
|
32
|
-
quality code. </P><SPAN class=catalogprice>$29.95</SPAN> <A class=addtocart
|
33
|
-
href="http://localhost:3000/store/add_to_cart/4">Add to Cart</A><BR></DIV>
|
34
|
-
<DIV class=separator> </DIV>
|
35
|
-
<DIV class=catalogentry><IMG src="depot_store_files/sk_svn_small.jpg">
|
36
|
-
<H3>Pragmatic Version Control</H3>
|
37
|
-
<P>This book is a recipe-based approach to using Subversion that will get you up
|
38
|
-
and running quickly---and correctly. All projects need version control: it's a
|
39
|
-
foundational piece of any project's infrastructure. Yet half of all project
|
40
|
-
teams in the U.S. don't use any version control at all. Many others don't use it
|
41
|
-
well, and end up experiencing time-consuming problems. </P><SPAN
|
42
|
-
class=catalogprice>$29.95</SPAN> <A class=addtocart
|
43
|
-
href="http://localhost:3000/store/add_to_cart/12">Add to Cart</A><BR></DIV>
|
44
|
-
<DIV class=separator> </DIV>
|
45
|
-
<DIV class=catalogentry><IMG src="depot_store_files/sk_utc_small.jpg">
|
46
|
-
<H3>Pragmatic Unit Testing (C#)</H3>
|
47
|
-
<P>Pragmatic programmers use feedback to drive their development and personal
|
48
|
-
processes. The most valuable feedback you can get while coding comes from unit
|
49
|
-
testing. </P>
|
50
|
-
<P>Without good tests in place, coding can become a frustrating game of
|
51
|
-
"whack-a-mole." That's the carnival game where the player strikes at a
|
52
|
-
mechanical mole; it retreats and another mole pops up on the opposite side of
|
53
|
-
the field. The moles pop up and down so fast that you end up flailing your
|
54
|
-
mallet helplessly as the moles continue to pop up where you least expect them.
|
55
|
-
</P><SPAN class=catalogprice>$29.95</SPAN> <A class=addtocart
|
56
|
-
href="http://localhost:3000/store/add_to_cart/11">Add to Cart</A><BR></DIV>
|
57
|
-
<DIV class=separator> </DIV><A
|
58
|
-
href="http://localhost:3000/store/display_cart">Show my cart</A>
|
59
|
-
</DIV></DIV></BODY></HTML>
|
23
|
+
-->
|
24
|
+
<DIV class=catalogentry><IMG src="depot_store_files/sk_auto_small.jpg">
|
25
|
+
<H3>Pragmatic Project Automation</H3>
|
26
|
+
<P><EM>Pragmatic Project Automation</EM> shows you how to improve the
|
27
|
+
consistency and repeatability of your project's procedures using automation to
|
28
|
+
reduce risk and errors. </P>
|
29
|
+
<P>Simply put, we're going to put this thing called a computer to work for you
|
30
|
+
doing the mundane (but important) project stuff. That means you'll have more
|
31
|
+
time and energy to do the really exciting---and difficult---stuff, like writing
|
32
|
+
quality code. </P><SPAN class=catalogprice>$29.95</SPAN> <A class=addtocart
|
33
|
+
href="http://localhost:3000/store/add_to_cart/4">Add to Cart</A><BR></DIV>
|
34
|
+
<DIV class=separator> </DIV>
|
35
|
+
<DIV class=catalogentry><IMG src="depot_store_files/sk_svn_small.jpg">
|
36
|
+
<H3>Pragmatic Version Control</H3>
|
37
|
+
<P>This book is a recipe-based approach to using Subversion that will get you up
|
38
|
+
and running quickly---and correctly. All projects need version control: it's a
|
39
|
+
foundational piece of any project's infrastructure. Yet half of all project
|
40
|
+
teams in the U.S. don't use any version control at all. Many others don't use it
|
41
|
+
well, and end up experiencing time-consuming problems. </P><SPAN
|
42
|
+
class=catalogprice>$29.95</SPAN> <A class=addtocart
|
43
|
+
href="http://localhost:3000/store/add_to_cart/12">Add to Cart</A><BR></DIV>
|
44
|
+
<DIV class=separator> </DIV>
|
45
|
+
<DIV class=catalogentry><IMG src="depot_store_files/sk_utc_small.jpg">
|
46
|
+
<H3>Pragmatic Unit Testing (C#)</H3>
|
47
|
+
<P>Pragmatic programmers use feedback to drive their development and personal
|
48
|
+
processes. The most valuable feedback you can get while coding comes from unit
|
49
|
+
testing. </P>
|
50
|
+
<P>Without good tests in place, coding can become a frustrating game of
|
51
|
+
"whack-a-mole." That's the carnival game where the player strikes at a
|
52
|
+
mechanical mole; it retreats and another mole pops up on the opposite side of
|
53
|
+
the field. The moles pop up and down so fast that you end up flailing your
|
54
|
+
mallet helplessly as the moles continue to pop up where you least expect them.
|
55
|
+
</P><SPAN class=catalogprice>$29.95</SPAN> <A class=addtocart
|
56
|
+
href="http://localhost:3000/store/add_to_cart/11">Add to Cart</A><BR></DIV>
|
57
|
+
<DIV class=separator> </DIV><A
|
58
|
+
href="http://localhost:3000/store/display_cart">Show my cart</A>
|
59
|
+
</DIV></DIV></BODY></HTML>
|
data/unittests/html/div.html
CHANGED
@@ -1,93 +1,93 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Test page for Div</title>
|
5
|
-
|
6
|
-
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
7
|
-
|
8
|
-
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
CVS Revision: "$Revision
|
12
|
-
<br>
|
13
|
-
<br>
|
14
|
-
<div id = div1 title = "Test1" >This text is in a div with an id of div1 and title of test1</div>
|
15
|
-
<br>
|
16
|
-
<div id = div2 class="blueText">This text is in a div with an id of div2</div>
|
17
|
-
<br>
|
18
|
-
<div id = div3 onClick = "javascript:document.all.text1.value=parseInt(document.all.text1.value)+1">This div has an onClick that increments text1</div>
|
19
|
-
<div id = div4 onClick = "javascript:document.all.text1.value=parseInt(document.all.text1.value)-1">This div has an onClick that decrements text1</div>
|
20
|
-
|
21
|
-
This input field gets its value from div3. Its name is text1<input type = text name = text1 value = 0>
|
22
|
-
<br>
|
23
|
-
<br> The following DIVS are used to test buttons and other objects in a div
|
24
|
-
|
25
|
-
<div id=buttons1>
|
26
|
-
<input type=button name=b1 value="Button 1" onClick="javascript:document.all.div_text1.value='button1';">
|
27
|
-
</div>
|
28
|
-
<div id=buttons2>
|
29
|
-
<input type=button name=b2 value="Button 2" onClick="javascript:document.all.div_text1.value='button2';">
|
30
|
-
<input type=button name=b3 value="Button 3" onClick="javascript:document.all.div_text1.value='button3';">
|
31
|
-
</div>
|
32
|
-
|
33
|
-
<div id=text_fields1>
|
34
|
-
Text1: <input type=textarea name=div_text1 > Text2: <input type=text name=div_text2 > Text3: <input type=text name=div_text3>
|
35
|
-
</div>
|
36
|
-
|
37
|
-
<div id=hasImages>
|
38
|
-
<img src = images/triangle.jpg id=img1>
|
39
|
-
<img src = images/square.jpg id=img2>
|
40
|
-
<img src = images/circle.jpg id=circle>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
<br>
|
47
|
-
<hr>
|
48
|
-
Span Tests
|
49
|
-
<br>
|
50
|
-
<br>
|
51
|
-
<span id = span1 title = "Test2" >This text is in a span with an id of span1 and title of test2</span>
|
52
|
-
<br>
|
53
|
-
<span id = span2 class="blueText">This text is in a span with an id of span2</span>
|
54
|
-
<br>
|
55
|
-
<span id = span3 onClick = "javascript:document.all.text2.value=parseInt(document.all.text2.value)+1">This span has an onClick that increments text2</span>
|
56
|
-
<br>
|
57
|
-
<span id = span4 onClick = "javascript:document.all.text2.value=parseInt(document.all.text2.value)-1">This span has an onClick that decrements text2</span>
|
58
|
-
<br>
|
59
|
-
This input field gets its value from span3. Its name is text1<input type = text name = text2 value = 0>
|
60
|
-
|
61
|
-
<br>
|
62
|
-
<br> The following spans are used to test buttons and other objects in a span
|
63
|
-
<br>
|
64
|
-
<span id=buttons1>
|
65
|
-
<input type=button name=b1 value="Button 1" onClick="javascript:document.all.span_text1.value='button1';">
|
66
|
-
</span>
|
67
|
-
<br>
|
68
|
-
<span id=buttons2>
|
69
|
-
<input type=button name=b2 value="Button 2" onClick="javascript:document.all.span_text1.value='button2';">
|
70
|
-
<input type=button name=b3 value="Button 3" onClick="javascript:document.all.span_text1.value='button3';">
|
71
|
-
</span>
|
72
|
-
<br>
|
73
|
-
<span id=text_fields1>
|
74
|
-
Text1: <input type=text name=span_text1 > Text2: <input type=text name=span_text2 > Text3: <input type=text name=span_text3>
|
75
|
-
</span>
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<br>
|
80
|
-
<br>
|
81
|
-
<p id = number1 title = "P_tag_1" class=redText >This text is in a p with an id of number1 and title of P_tag_1</p>
|
82
|
-
<br>
|
83
|
-
<p id = number2 title = "P_tag_2" class=italicText >This text is in a p with an id of number2</p>
|
84
|
-
<br>
|
85
|
-
<p id = number3 title = "test_3" class=blueText >This text is in a p with an id of number3</p>
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
</body>
|
93
|
-
</html>
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title>Test page for Div</title>
|
5
|
+
|
6
|
+
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
7
|
+
|
8
|
+
|
9
|
+
</head>
|
10
|
+
<body>
|
11
|
+
CVS Revision: "$Revision$"
|
12
|
+
<br>
|
13
|
+
<br>
|
14
|
+
<div id = div1 title = "Test1" >This text is in a div with an id of div1 and title of test1</div>
|
15
|
+
<br>
|
16
|
+
<div id = div2 class="blueText">This text is in a div with an id of div2</div>
|
17
|
+
<br>
|
18
|
+
<div id = div3 onClick = "javascript:document.all.text1.value=parseInt(document.all.text1.value)+1">This div has an onClick that increments text1</div>
|
19
|
+
<div id = div4 onClick = "javascript:document.all.text1.value=parseInt(document.all.text1.value)-1">This div has an onClick that decrements text1</div>
|
20
|
+
|
21
|
+
This input field gets its value from div3. Its name is text1<input type = text name = text1 value = 0>
|
22
|
+
<br>
|
23
|
+
<br> The following DIVS are used to test buttons and other objects in a div
|
24
|
+
|
25
|
+
<div id=buttons1>
|
26
|
+
<input type=button name=b1 value="Button 1" onClick="javascript:document.all.div_text1.value='button1';">
|
27
|
+
</div>
|
28
|
+
<div id=buttons2>
|
29
|
+
<input type=button name=b2 value="Button 2" onClick="javascript:document.all.div_text1.value='button2';">
|
30
|
+
<input type=button name=b3 value="Button 3" onClick="javascript:document.all.div_text1.value='button3';">
|
31
|
+
</div>
|
32
|
+
|
33
|
+
<div id=text_fields1>
|
34
|
+
Text1: <input type=textarea name=div_text1 > Text2: <input type=text name=div_text2 > Text3: <input type=text name=div_text3>
|
35
|
+
</div>
|
36
|
+
|
37
|
+
<div id=hasImages>
|
38
|
+
<img src = images/triangle.jpg id=img1>
|
39
|
+
<img src = images/square.jpg id=img2>
|
40
|
+
<img src = images/circle.jpg id=circle>
|
41
|
+
</div>
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
<br>
|
47
|
+
<hr>
|
48
|
+
Span Tests
|
49
|
+
<br>
|
50
|
+
<br>
|
51
|
+
<span id = span1 title = "Test2" >This text is in a span with an id of span1 and title of test2</span>
|
52
|
+
<br>
|
53
|
+
<span id = span2 class="blueText">This text is in a span with an id of span2</span>
|
54
|
+
<br>
|
55
|
+
<span id = span3 onClick = "javascript:document.all.text2.value=parseInt(document.all.text2.value)+1">This span has an onClick that increments text2</span>
|
56
|
+
<br>
|
57
|
+
<span id = span4 onClick = "javascript:document.all.text2.value=parseInt(document.all.text2.value)-1">This span has an onClick that decrements text2</span>
|
58
|
+
<br>
|
59
|
+
This input field gets its value from span3. Its name is text1<input type = text name = text2 value = 0>
|
60
|
+
|
61
|
+
<br>
|
62
|
+
<br> The following spans are used to test buttons and other objects in a span
|
63
|
+
<br>
|
64
|
+
<span id=buttons1>
|
65
|
+
<input type=button name=b1 value="Button 1" onClick="javascript:document.all.span_text1.value='button1';">
|
66
|
+
</span>
|
67
|
+
<br>
|
68
|
+
<span id=buttons2>
|
69
|
+
<input type=button name=b2 value="Button 2" onClick="javascript:document.all.span_text1.value='button2';">
|
70
|
+
<input type=button name=b3 value="Button 3" onClick="javascript:document.all.span_text1.value='button3';">
|
71
|
+
</span>
|
72
|
+
<br>
|
73
|
+
<span id=text_fields1>
|
74
|
+
Text1: <input type=text name=span_text1 > Text2: <input type=text name=span_text2 > Text3: <input type=text name=span_text3>
|
75
|
+
</span>
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<br>
|
80
|
+
<br>
|
81
|
+
<p id = number1 title = "P_tag_1" class=redText >This text is in a p with an id of number1 and title of P_tag_1</p>
|
82
|
+
<br>
|
83
|
+
<p id = number2 title = "P_tag_2" class=italicText >This text is in a p with an id of number2</p>
|
84
|
+
<br>
|
85
|
+
<p id = number3 title = "test_3" class=blueText >This text is in a p with an id of number3</p>
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
</body>
|
93
|
+
</html>
|