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
data/unittests/html/lists.html
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
<html>
|
2
|
-
<body>
|
3
|
-
|
4
|
-
<h4>An Unordered List:</h4>
|
5
|
-
<ul>
|
6
|
-
<li id='list1'>Coffee</li>
|
7
|
-
<li id='list2'>Tea</li>
|
8
|
-
<li id='list3'>Milk</li>
|
9
|
-
</ul>
|
10
|
-
|
11
|
-
<h4>An Ordered List:</h4>
|
12
|
-
<ol>
|
13
|
-
<li id='ordered1' name='x1'>Phil</li>
|
14
|
-
<li id='ordered2'>Bob</li>
|
15
|
-
<li id='ordered3'>Joe</li>
|
16
|
-
</ol>
|
17
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<body>
|
3
|
+
|
4
|
+
<h4>An Unordered List:</h4>
|
5
|
+
<ul>
|
6
|
+
<li id='list1'>Coffee</li>
|
7
|
+
<li id='list2'>Tea</li>
|
8
|
+
<li id='list3'>Milk</li>
|
9
|
+
</ul>
|
10
|
+
|
11
|
+
<h4>An Ordered List:</h4>
|
12
|
+
<ol>
|
13
|
+
<li id='ordered1' name='x1'>Phil</li>
|
14
|
+
<li id='ordered2'>Bob</li>
|
15
|
+
<li id='ordered3'>Joe</li>
|
16
|
+
</ol>
|
17
|
+
</body>
|
18
18
|
</html>
|
@@ -1,31 +1,31 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for map areas
|
5
|
-
</title>
|
6
|
-
Test Page for Map Tests<br><br>
|
7
|
-
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
CVS Revision: "$Revision $"
|
11
|
-
<br>
|
12
|
-
<br>
|
13
|
-
<table width="500px" border="0" cellspacing="0" cellpadding="0">
|
14
|
-
<tr>
|
15
|
-
<td valign="top" align="LEFT"><img SRC="images/map.GIF" USEMAP="#maptest01" BORDER="0"></td>
|
16
|
-
<map ID="maptestid01" NAME="maptest01">
|
17
|
-
<AREA SHAPE=RECT COORDS="12,150,140,20" HREF="pass.html" ALT="Pass" >
|
18
|
-
<AREA SHAPE=RECT COORDS="325,150,153,20" HREF="simple_table_buttons.html" ALT="Table Buttons" >
|
19
|
-
<AREA SHAPE=RECT COORDS="333,150,500,20" HREF="images1.html" ALT="Images" >
|
20
|
-
</map>
|
21
|
-
</tr>
|
22
|
-
<tr>
|
23
|
-
<td valign="top" align="LEFT"><img SRC="images/map2.gif" USEMAP="#maptest02" BORDER="0"></td>
|
24
|
-
<map ID="maptestid02" NAME="maptest02" custom="foo">
|
25
|
-
<AREA SHAPE=RECT COORDS="12,150,140,20" HREF="pass.html" ALT="Pass2" >
|
26
|
-
<AREA SHAPE=RECT COORDS="325,150,153,20" HREF="simple_table_buttons.html" ALT="Table Buttons2" >
|
27
|
-
<AREA SHAPE=RECT COORDS="333,150,500,20" HREF="images1.html" ALT="Images2" >
|
28
|
-
</map>
|
29
|
-
</tr>
|
30
|
-
|
31
|
-
</html>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for map areas
|
5
|
+
</title>
|
6
|
+
Test Page for Map Tests<br><br>
|
7
|
+
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
8
|
+
</head>
|
9
|
+
<body>
|
10
|
+
CVS Revision: "$Revision $"
|
11
|
+
<br>
|
12
|
+
<br>
|
13
|
+
<table width="500px" border="0" cellspacing="0" cellpadding="0">
|
14
|
+
<tr>
|
15
|
+
<td valign="top" align="LEFT"><img SRC="images/map.GIF" USEMAP="#maptest01" BORDER="0"></td>
|
16
|
+
<map ID="maptestid01" NAME="maptest01">
|
17
|
+
<AREA SHAPE=RECT COORDS="12,150,140,20" HREF="pass.html" ALT="Pass" >
|
18
|
+
<AREA SHAPE=RECT COORDS="325,150,153,20" HREF="simple_table_buttons.html" ALT="Table Buttons" >
|
19
|
+
<AREA SHAPE=RECT COORDS="333,150,500,20" HREF="images1.html" ALT="Images" >
|
20
|
+
</map>
|
21
|
+
</tr>
|
22
|
+
<tr>
|
23
|
+
<td valign="top" align="LEFT"><img SRC="images/map2.gif" USEMAP="#maptest02" BORDER="0"></td>
|
24
|
+
<map ID="maptestid02" NAME="maptest02" custom="foo">
|
25
|
+
<AREA SHAPE=RECT COORDS="12,150,140,20" HREF="pass.html" ALT="Pass2" >
|
26
|
+
<AREA SHAPE=RECT COORDS="325,150,153,20" HREF="simple_table_buttons.html" ALT="Table Buttons2" >
|
27
|
+
<AREA SHAPE=RECT COORDS="333,150,500,20" HREF="images1.html" ALT="Images2" >
|
28
|
+
</map>
|
29
|
+
</tr>
|
30
|
+
|
31
|
+
</html>
|
@@ -1,10 +1,10 @@
|
|
1
|
-
<html>
|
2
|
-
<head><title>Modal Dialog</title></head>
|
3
|
-
|
4
|
-
<body>
|
5
|
-
<p>Enter some text:</p>
|
6
|
-
<input type="text" name="modal_text" />
|
7
|
-
<input type="button" value="Close" onClick="javascript:window.returnValue=modal_text.value; window.close();"/>
|
8
|
-
<br/><button onClick="showModalDialog('pass.html');">Another Modal</button>
|
9
|
-
<br/><button onClick="showModalDialog('frame_buttons.html');">Modal with Frames</button>
|
10
|
-
</body></html>
|
1
|
+
<html>
|
2
|
+
<head><title>Modal Dialog</title></head>
|
3
|
+
|
4
|
+
<body>
|
5
|
+
<p>Enter some text:</p>
|
6
|
+
<input type="text" name="modal_text" />
|
7
|
+
<input type="button" value="Close" onClick="javascript:window.returnValue=modal_text.value; window.close();"/>
|
8
|
+
<br/><button onClick="showModalDialog('pass.html');">Another Modal</button>
|
9
|
+
<br/><button onClick="showModalDialog('frame_buttons.html');">Modal with Frames</button>
|
10
|
+
</body></html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Modal Browser Dialog Launcher</title>
|
4
|
-
</head>
|
5
|
-
<body>
|
6
|
-
<h1>Modal Browser Dialog Launcher</h1>
|
7
|
-
<input type = "button" value = "Launch Dialog" onclick = "javascript:document.all.modaloutput.value=window.showModalDialog('modal_dialog.html');"></input>
|
8
|
-
<br></br>
|
9
|
-
<p>Text from Modal:</p>
|
10
|
-
<input type = "text" name = "modaloutput"></input>
|
11
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>Modal Browser Dialog Launcher</title>
|
4
|
+
</head>
|
5
|
+
<body>
|
6
|
+
<h1>Modal Browser Dialog Launcher</h1>
|
7
|
+
<input type = "button" value = "Launch Dialog" onclick = "javascript:document.all.modaloutput.value=window.showModalDialog('modal_dialog.html');"></input>
|
8
|
+
<br></br>
|
9
|
+
<p>Text from Modal:</p>
|
10
|
+
<input type = "text" name = "modaloutput"></input>
|
11
|
+
</body>
|
12
12
|
</html>
|
@@ -1,6 +1,6 @@
|
|
1
|
-
<html><head><title>Nested Frames</title></head>
|
2
|
-
<frameset cols=70,30 >
|
3
|
-
|
4
|
-
<frame src = iframeTest.html name = nestedFrame>
|
5
|
-
<frame src = blankpage.html name = nestedFrame2>
|
6
|
-
</frameset>
|
1
|
+
<html><head><title>Nested Frames</title></head>
|
2
|
+
<frameset cols=70,30 >
|
3
|
+
|
4
|
+
<frame src = iframeTest.html name = nestedFrame>
|
5
|
+
<frame src = blankpage.html name = nestedFrame2>
|
6
|
+
</frameset>
|
@@ -1,17 +1,17 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>New Browser Launcher</title>
|
4
|
-
<script language="JavaScript" type="">
|
5
|
-
function open_window_slowly(){
|
6
|
-
setTimeout("window.open('blankpage.html');", document.all.delay.value * 1000);
|
7
|
-
}
|
8
|
-
</script>
|
9
|
-
</head>
|
10
|
-
<body>
|
11
|
-
<h1>New Browser Launcher</h1>
|
12
|
-
<p>This link brings up a window marked "pass": <a href="pass.html" target="_blank">New Window</a></p>
|
13
|
-
<p>This link brings up a window marked "blank for frames" after a delay:
|
14
|
-
<span onclick="open_window_slowly();">New Window Slowly</span></p>
|
15
|
-
<p> Number of seconds to wait: <input type="text" name="delay" value="0.5"></input></p>
|
16
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>New Browser Launcher</title>
|
4
|
+
<script language="JavaScript" type="">
|
5
|
+
function open_window_slowly(){
|
6
|
+
setTimeout("window.open('blankpage.html');", document.all.delay.value * 1000);
|
7
|
+
}
|
8
|
+
</script>
|
9
|
+
</head>
|
10
|
+
<body>
|
11
|
+
<h1>New Browser Launcher</h1>
|
12
|
+
<p>This link brings up a window marked "pass": <a href="pass.html" target="_blank">New Window</a></p>
|
13
|
+
<p>This link brings up a window marked "blank for frames" after a delay:
|
14
|
+
<span onclick="open_window_slowly();">New Window Slowly</span></p>
|
15
|
+
<p> Number of seconds to wait: <input type="text" name="delay" value="0.5"></input></p>
|
16
|
+
</body>
|
17
17
|
</html>
|
data/unittests/html/pass.html
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Pass Page
|
5
|
-
</title>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
PASS
|
9
|
-
|
10
|
-
<input type=button value="Close Window" onClick="javascript:window.close();">
|
11
|
-
|
12
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Pass Page
|
5
|
+
</title>
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
PASS
|
9
|
+
|
10
|
+
<input type=button value="Close Window" onClick="javascript:window.close();">
|
11
|
+
|
12
|
+
</body>
|
13
13
|
</html>
|
data/unittests/html/popups1.html
CHANGED
@@ -1,60 +1,60 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for pop ups
|
5
|
-
</title>
|
6
|
-
|
7
|
-
<script language = javascript>
|
8
|
-
function doConfirmBox() {
|
9
|
-
var a =confirm('Do you really want to do this');
|
10
|
-
if (a == true)
|
11
|
-
document.all.confirmtext.value = "OK"
|
12
|
-
else
|
13
|
-
document.all.confirmtext.value = "Cancel";
|
14
|
-
}
|
15
|
-
|
16
|
-
function doPromptBox() {
|
17
|
-
var a =prompt('Enter something delightful' , '');
|
18
|
-
if (a == null)
|
19
|
-
document.all.prompttext.value = "Cancel"
|
20
|
-
else
|
21
|
-
document.all.prompttext.value = a;
|
22
|
-
}
|
23
|
-
|
24
|
-
|
25
|
-
</script>
|
26
|
-
|
27
|
-
</head>
|
28
|
-
<body>
|
29
|
-
CVS Revision: "$Revision
|
30
|
-
<br>
|
31
|
-
<br>
|
32
|
-
<table>
|
33
|
-
|
34
|
-
<tr>
|
35
|
-
<td>
|
36
|
-
<input type = button value = "Alert" onClick = "javascript:alert('This is an alert box');">This Button shows an alert pop up</q>
|
37
|
-
<br>
|
38
|
-
|
39
|
-
<tr>
|
40
|
-
<td>
|
41
|
-
<input type = button value = "Prompt" onClick= "javascript:doPromptBox();">This button shows a prompt pop up. This text box shows what text was entered <input type = text name = prompttext>
|
42
|
-
|
43
|
-
<br>
|
44
|
-
<tr>
|
45
|
-
<td>
|
46
|
-
<input type = button value = "Confirm" onClick= "javascript:doConfirmBox();">This button shows a prompt pop up. This text box shows which button was clicked <input type = text name = confirmtext>
|
47
|
-
<br>
|
48
|
-
|
49
|
-
<tr>
|
50
|
-
<td>
|
51
|
-
<input type = file name = up>This button shows a file upload box</q>
|
52
|
-
<br>
|
53
|
-
|
54
|
-
|
55
|
-
<tr>
|
56
|
-
<td>
|
57
|
-
</table>
|
58
|
-
|
59
|
-
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for pop ups
|
5
|
+
</title>
|
6
|
+
|
7
|
+
<script language = javascript>
|
8
|
+
function doConfirmBox() {
|
9
|
+
var a =confirm('Do you really want to do this');
|
10
|
+
if (a == true)
|
11
|
+
document.all.confirmtext.value = "OK"
|
12
|
+
else
|
13
|
+
document.all.confirmtext.value = "Cancel";
|
14
|
+
}
|
15
|
+
|
16
|
+
function doPromptBox() {
|
17
|
+
var a =prompt('Enter something delightful' , '');
|
18
|
+
if (a == null)
|
19
|
+
document.all.prompttext.value = "Cancel"
|
20
|
+
else
|
21
|
+
document.all.prompttext.value = a;
|
22
|
+
}
|
23
|
+
|
24
|
+
|
25
|
+
</script>
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
CVS Revision: "$Revision$"
|
30
|
+
<br>
|
31
|
+
<br>
|
32
|
+
<table>
|
33
|
+
|
34
|
+
<tr>
|
35
|
+
<td>
|
36
|
+
<input type = button value = "Alert" onClick = "javascript:alert('This is an alert box');">This Button shows an alert pop up</q>
|
37
|
+
<br>
|
38
|
+
|
39
|
+
<tr>
|
40
|
+
<td>
|
41
|
+
<input type = button value = "Prompt" onClick= "javascript:doPromptBox();">This button shows a prompt pop up. This text box shows what text was entered <input type = text name = prompttext>
|
42
|
+
|
43
|
+
<br>
|
44
|
+
<tr>
|
45
|
+
<td>
|
46
|
+
<input type = button value = "Confirm" onClick= "javascript:doConfirmBox();">This button shows a prompt pop up. This text box shows which button was clicked <input type = text name = confirmtext>
|
47
|
+
<br>
|
48
|
+
|
49
|
+
<tr>
|
50
|
+
<td>
|
51
|
+
<input type = file name = up>This button shows a file upload box</q>
|
52
|
+
<br>
|
53
|
+
|
54
|
+
|
55
|
+
<tr>
|
56
|
+
<td>
|
57
|
+
</table>
|
58
|
+
|
59
|
+
|
60
60
|
</html>
|
data/unittests/html/pre.html
CHANGED
@@ -1,28 +1,28 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>PRE tag tests</title>
|
4
|
-
</head>
|
5
|
-
<body>
|
6
|
-
Pre Tag Test
|
7
|
-
<br><br>
|
8
|
-
<pre id='1' name='1'>
|
9
|
-
This is a simple pre space
|
10
|
-
|
11
|
-
it should work well
|
12
|
-
|
13
|
-
just making sure
|
14
|
-
</pre>
|
15
|
-
<hr>
|
16
|
-
<pre id='2' name='2'>
|
17
|
-
<blockquote>
|
18
|
-
A second block
|
19
|
-
good to test with
|
20
|
-
</blockquote>
|
21
|
-
</pre>
|
22
|
-
<hr>
|
23
|
-
<pre id='3' name='3'>
|
24
|
-
this is the last block and it should
|
25
|
-
continue to work no matter what
|
26
|
-
</pre>
|
27
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>PRE tag tests</title>
|
4
|
+
</head>
|
5
|
+
<body>
|
6
|
+
Pre Tag Test
|
7
|
+
<br><br>
|
8
|
+
<pre id='1' name='1'>
|
9
|
+
This is a simple pre space
|
10
|
+
|
11
|
+
it should work well
|
12
|
+
|
13
|
+
just making sure
|
14
|
+
</pre>
|
15
|
+
<hr>
|
16
|
+
<pre id='2' name='2'>
|
17
|
+
<blockquote>
|
18
|
+
A second block
|
19
|
+
good to test with
|
20
|
+
</blockquote>
|
21
|
+
</pre>
|
22
|
+
<hr>
|
23
|
+
<pre id='3' name='3'>
|
24
|
+
this is the last block and it should
|
25
|
+
continue to work no matter what
|
26
|
+
</pre>
|
27
|
+
</body>
|
28
28
|
</html>
|
@@ -1,72 +1,72 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for Radio Buttons
|
5
|
-
</title>
|
6
|
-
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
7
|
-
<script>
|
8
|
-
|
9
|
-
function setButtonState( )
|
10
|
-
{
|
11
|
-
if (document.all.foo.disabled )
|
12
|
-
document.all.foo.disabled = false
|
13
|
-
else
|
14
|
-
document.all.foo.disabled = true
|
15
|
-
}
|
16
|
-
</script>
|
17
|
-
|
18
|
-
</head>
|
19
|
-
<body>
|
20
|
-
CVS Revision: $Revision $
|
21
|
-
<br>
|
22
|
-
<br>
|
23
|
-
<table>
|
24
|
-
<tr>
|
25
|
-
<td>
|
26
|
-
Radio (using name) <input type = radio name = box1 class='radio_style'>
|
27
|
-
<br>
|
28
|
-
Radio (using id) <input type = radio id = box5>
|
29
|
-
|
30
|
-
<tr>
|
31
|
-
<td>
|
32
|
-
Disabled<input type = radio name = box2 disabled>
|
33
|
-
|
34
|
-
<tr>
|
35
|
-
<td>
|
36
|
-
Set<input type = radio name = box3 checked>
|
37
|
-
|
38
|
-
<tr>
|
39
|
-
<td>
|
40
|
-
<br>
|
41
|
-
<br>
|
42
|
-
These radios have the same name, but different values
|
43
|
-
<br>
|
44
|
-
Name = box4 value=1 <input type = radio name = box4 value = 1 checked>
|
45
|
-
<br>
|
46
|
-
Name = box4 value=2 <input type = radio name = box4 value = 2>
|
47
|
-
<br>
|
48
|
-
Name = box4 value=3 <input type = radio name = box4 value = 3>
|
49
|
-
<br>
|
50
|
-
Name = box4 value=4 <input type = radio name = box4 value = 4>
|
51
|
-
<br>
|
52
|
-
Name = box4 value=5 <input type = radio name = box4 value = 5 disabled title="box4-value5">
|
53
|
-
|
54
|
-
|
55
|
-
<tr>
|
56
|
-
<td>
|
57
|
-
Name = box5 value=1 Enable Button <input type = radio name = box5 value = 1 onClick='javascript:setButtonState( )'>
|
58
|
-
<br>Name = box5 value=2 Disable Button<input type = radio name = box5 value = 2 onClick='javascript:setButtonState( )'>
|
59
|
-
|
60
|
-
|
61
|
-
<tr>
|
62
|
-
<td>
|
63
|
-
<input type = button name = foo value = foo disabled><td> This button is used with radio box5. This button gets enabled/disabled on each click
|
64
|
-
|
65
|
-
<tr>
|
66
|
-
<td><input type = radio name="box6" value="Tea">Tea</td>
|
67
|
-
<td><input type = radio name="box6" value="Milk">Milk</td>
|
68
|
-
</tr>
|
69
|
-
|
70
|
-
</table>
|
71
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for Radio Buttons
|
5
|
+
</title>
|
6
|
+
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
7
|
+
<script>
|
8
|
+
|
9
|
+
function setButtonState( )
|
10
|
+
{
|
11
|
+
if (document.all.foo.disabled )
|
12
|
+
document.all.foo.disabled = false
|
13
|
+
else
|
14
|
+
document.all.foo.disabled = true
|
15
|
+
}
|
16
|
+
</script>
|
17
|
+
|
18
|
+
</head>
|
19
|
+
<body>
|
20
|
+
CVS Revision: $Revision $
|
21
|
+
<br>
|
22
|
+
<br>
|
23
|
+
<table>
|
24
|
+
<tr>
|
25
|
+
<td>
|
26
|
+
Radio (using name) <input type = radio name = box1 class='radio_style'>
|
27
|
+
<br>
|
28
|
+
Radio (using id) <input type = radio id = box5>
|
29
|
+
|
30
|
+
<tr>
|
31
|
+
<td>
|
32
|
+
Disabled<input type = radio name = box2 disabled>
|
33
|
+
|
34
|
+
<tr>
|
35
|
+
<td>
|
36
|
+
Set<input type = radio name = box3 checked>
|
37
|
+
|
38
|
+
<tr>
|
39
|
+
<td>
|
40
|
+
<br>
|
41
|
+
<br>
|
42
|
+
These radios have the same name, but different values
|
43
|
+
<br>
|
44
|
+
Name = box4 value=1 <input type = radio name = box4 value = 1 checked>
|
45
|
+
<br>
|
46
|
+
Name = box4 value=2 <input type = radio name = box4 value = 2>
|
47
|
+
<br>
|
48
|
+
Name = box4 value=3 <input type = radio name = box4 value = 3>
|
49
|
+
<br>
|
50
|
+
Name = box4 value=4 <input type = radio name = box4 value = 4>
|
51
|
+
<br>
|
52
|
+
Name = box4 value=5 <input type = radio name = box4 value = 5 disabled title="box4-value5">
|
53
|
+
|
54
|
+
|
55
|
+
<tr>
|
56
|
+
<td>
|
57
|
+
Name = box5 value=1 Enable Button <input type = radio name = box5 value = 1 onClick='javascript:setButtonState( )'>
|
58
|
+
<br>Name = box5 value=2 Disable Button<input type = radio name = box5 value = 2 onClick='javascript:setButtonState( )'>
|
59
|
+
|
60
|
+
|
61
|
+
<tr>
|
62
|
+
<td>
|
63
|
+
<input type = button name = foo value = foo disabled><td> This button is used with radio box5. This button gets enabled/disabled on each click
|
64
|
+
|
65
|
+
<tr>
|
66
|
+
<td><input type = radio name="box6" value="Tea">Tea</td>
|
67
|
+
<td><input type = radio name="box6" value="Milk">Milk</td>
|
68
|
+
</tr>
|
69
|
+
|
70
|
+
</table>
|
71
|
+
</body>
|
72
72
|
</html>
|