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/frame_test.rb
CHANGED
@@ -1,157 +1,155 @@
|
|
1
|
-
# feature tests for Frames
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_Frames < Test::Unit::TestCase
|
8
|
-
include Watir::Exception
|
9
|
-
|
10
|
-
def setup
|
11
|
-
goto_page "frame_buttons.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_frame_no_what
|
15
|
-
assert_raises(UnknownFrameException) { browser.frame("missingFrame").button(:id, "b2").enabled? }
|
16
|
-
assert_raises(UnknownObjectException) { browser.frame("buttonFrame2").button(:id, "b2").enabled? }
|
17
|
-
assert(browser.frame("buttonFrame").button(:id, "b2").enabled?)
|
18
|
-
assert_false(browser.frame("buttonFrame").button(:caption, "Disabled Button").enabled?)
|
19
|
-
end
|
20
|
-
|
21
|
-
def test_frame_using_name
|
22
|
-
assert_raises(UnknownFrameException) { browser.frame(:name , "missingFrame").button(:id, "b2").enabled? }
|
23
|
-
assert_raises(UnknownObjectException) { browser.frame(:name, "buttonFrame2").button(:id, "b2").enabled? }
|
24
|
-
assert(browser.frame(:name, "buttonFrame").button(:id, "b2").enabled?)
|
25
|
-
assert_false(browser.frame(:name , "buttonFrame").button(:caption, "Disabled Button").enabled?)
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_frame_using_name_and_regexp
|
29
|
-
assert_raises(UnknownFrameException) { browser.frame(:name , /missingFrame/).button(:id, "b2").enabled? }
|
30
|
-
assert(browser.frame(:name, /button/).button(:id, "b2").enabled?)
|
31
|
-
end
|
32
|
-
|
33
|
-
def test_frame_using_index
|
34
|
-
assert_raises(UnknownFrameException) { browser.frame(:index, 8).button(:id, "b2").enabled? }
|
35
|
-
assert_raises(UnknownObjectException) { browser.frame(:index, 2).button(:id, "b2").enabled? }
|
36
|
-
assert(browser.frame(:index, 1 ).button(:id, "b2").enabled?)
|
37
|
-
assert_false(browser.frame(:index, 1).button(:caption, "Disabled Button").enabled?)
|
38
|
-
end
|
39
|
-
|
40
|
-
tag_method :test_frame_with_invalid_attribute, :fails_on_firefox
|
41
|
-
def test_frame_with_invalid_attribute
|
42
|
-
assert_raises(ArgumentError) { browser.frame(:blah, 'no_such_thing').button(:id, "b2").enabled? }
|
43
|
-
end
|
44
|
-
|
45
|
-
def test_preset_frame
|
46
|
-
# with ruby's instance_eval, we are able to use the same frame for several actions
|
47
|
-
results = browser.frame("buttonFrame").instance_eval do [
|
48
|
-
button(:id, "b2").enabled?,
|
49
|
-
button(:caption, "Disabled Button").enabled?
|
50
|
-
]
|
51
|
-
end
|
52
|
-
assert_equal([true, false], results)
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
|
57
|
-
class TC_Frames2 < Test::Unit::TestCase
|
58
|
-
include Watir::Exception
|
59
|
-
|
60
|
-
def setup
|
61
|
-
goto_page "frame_multi.html"
|
62
|
-
end
|
63
|
-
|
64
|
-
def test_frame_with_no_name
|
65
|
-
assert_raises(UnknownFrameException) { browser.frame(:name , "missingFrame").button(:id, "b2").enabled? }
|
66
|
-
end
|
67
|
-
|
68
|
-
def test_frame_by_id
|
69
|
-
assert_raises(UnknownFrameException) { browser.frame(:id , "missingFrame").button(:id, "b2").enabled? }
|
70
|
-
assert(browser.frame(:id, 'first_frame').button(:id, "b2").enabled?)
|
71
|
-
end
|
72
|
-
|
73
|
-
def test_frame_by_src
|
74
|
-
assert(browser.frame(:src, /pass/).button(:value, 'Close Window').exists?)
|
75
|
-
end
|
76
|
-
|
77
|
-
end
|
78
|
-
|
79
|
-
class TC_NestedFrames < Test::Unit::TestCase
|
80
|
-
tags :fails_on_firefox
|
81
|
-
def setup
|
82
|
-
goto_page "nestedFrames.html"
|
83
|
-
end
|
84
|
-
|
85
|
-
def test_frame
|
86
|
-
assert_raises(UnknownFrameException) { browser.frame("missingFrame").button(:id, "b2").enabled? }
|
87
|
-
assert_raises(UnknownFrameException) { browser.frame("nestedFrame").frame("subFrame").button(:id, "b2").enabled? }
|
88
|
-
assert(browser.frame("nestedFrame").frame("senderFrame").button(:name, "sendIt").enabled?)
|
89
|
-
browser.frame("nestedFrame").frame("senderFrame").text_field(:index, "1").set("Hello")
|
90
|
-
browser.frame("nestedFrame").frame("senderFrame").button(:name, "sendIt").click
|
91
|
-
assert(browser.frame("nestedFrame").frame("receiverFrame").text_field(:name, "receiverText").verify_contains("Hello"))
|
92
|
-
end
|
93
|
-
|
94
|
-
end
|
95
|
-
|
96
|
-
class TC_IFrames < Test::Unit::TestCase
|
97
|
-
tags :fails_on_firefox
|
98
|
-
|
99
|
-
def setup
|
100
|
-
goto_page "iframeTest.html"
|
101
|
-
end
|
102
|
-
|
103
|
-
def test_Iframe
|
104
|
-
browser.frame("senderFrame").text_field(:name , "textToSend").set( "Hello World")
|
105
|
-
browser.frame("senderFrame").button(:index, 1).click
|
106
|
-
assert( browser.frame("receiverFrame").text_field(:name , "receiverText").verify_contains("Hello World") )
|
107
|
-
assert_equal(browser.frame(:src, /iframeTest2/).text_field(:name, 'receiverText').value, "Hello World")
|
108
|
-
end
|
109
|
-
|
110
|
-
def test_iframes_id
|
111
|
-
browser.frame(:id, "sf").text_field(:name , "textToSend").set( "Hello World")
|
112
|
-
browser.frame(:id, "sf").button(:name,'sendIt').click
|
113
|
-
assert( browser.frame("receiverFrame").text_field(:name , "receiverText").verify_contains("Hello World") )
|
114
|
-
end
|
115
|
-
|
116
|
-
end
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
end
|
157
|
-
|
1
|
+
# feature tests for Frames
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_Frames < Test::Unit::TestCase
|
8
|
+
include Watir::Exception
|
9
|
+
|
10
|
+
def setup
|
11
|
+
goto_page "frame_buttons.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_frame_no_what
|
15
|
+
assert_raises(UnknownFrameException) { browser.frame("missingFrame").button(:id, "b2").enabled? }
|
16
|
+
assert_raises(UnknownObjectException) { browser.frame("buttonFrame2").button(:id, "b2").enabled? }
|
17
|
+
assert(browser.frame("buttonFrame").button(:id, "b2").enabled?)
|
18
|
+
assert_false(browser.frame("buttonFrame").button(:caption, "Disabled Button").enabled?)
|
19
|
+
end
|
20
|
+
|
21
|
+
def test_frame_using_name
|
22
|
+
assert_raises(UnknownFrameException) { browser.frame(:name , "missingFrame").button(:id, "b2").enabled? }
|
23
|
+
assert_raises(UnknownObjectException) { browser.frame(:name, "buttonFrame2").button(:id, "b2").enabled? }
|
24
|
+
assert(browser.frame(:name, "buttonFrame").button(:id, "b2").enabled?)
|
25
|
+
assert_false(browser.frame(:name , "buttonFrame").button(:caption, "Disabled Button").enabled?)
|
26
|
+
end
|
27
|
+
|
28
|
+
def test_frame_using_name_and_regexp
|
29
|
+
assert_raises(UnknownFrameException) { browser.frame(:name , /missingFrame/).button(:id, "b2").enabled? }
|
30
|
+
assert(browser.frame(:name, /button/).button(:id, "b2").enabled?)
|
31
|
+
end
|
32
|
+
|
33
|
+
def test_frame_using_index
|
34
|
+
assert_raises(UnknownFrameException) { browser.frame(:index, 8).button(:id, "b2").enabled? }
|
35
|
+
assert_raises(UnknownObjectException) { browser.frame(:index, 2).button(:id, "b2").enabled? }
|
36
|
+
assert(browser.frame(:index, 1 ).button(:id, "b2").enabled?)
|
37
|
+
assert_false(browser.frame(:index, 1).button(:caption, "Disabled Button").enabled?)
|
38
|
+
end
|
39
|
+
|
40
|
+
tag_method :test_frame_with_invalid_attribute, :fails_on_firefox
|
41
|
+
def test_frame_with_invalid_attribute
|
42
|
+
assert_raises(ArgumentError) { browser.frame(:blah, 'no_such_thing').button(:id, "b2").enabled? }
|
43
|
+
end
|
44
|
+
|
45
|
+
def test_preset_frame
|
46
|
+
# with ruby's instance_eval, we are able to use the same frame for several actions
|
47
|
+
results = browser.frame("buttonFrame").instance_eval do [
|
48
|
+
button(:id, "b2").enabled?,
|
49
|
+
button(:caption, "Disabled Button").enabled?
|
50
|
+
]
|
51
|
+
end
|
52
|
+
assert_equal([true, false], results)
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
|
57
|
+
class TC_Frames2 < Test::Unit::TestCase
|
58
|
+
include Watir::Exception
|
59
|
+
|
60
|
+
def setup
|
61
|
+
goto_page "frame_multi.html"
|
62
|
+
end
|
63
|
+
|
64
|
+
def test_frame_with_no_name
|
65
|
+
assert_raises(UnknownFrameException) { browser.frame(:name , "missingFrame").button(:id, "b2").enabled? }
|
66
|
+
end
|
67
|
+
|
68
|
+
def test_frame_by_id
|
69
|
+
assert_raises(UnknownFrameException) { browser.frame(:id , "missingFrame").button(:id, "b2").enabled? }
|
70
|
+
assert(browser.frame(:id, 'first_frame').button(:id, "b2").enabled?)
|
71
|
+
end
|
72
|
+
|
73
|
+
def test_frame_by_src
|
74
|
+
assert(browser.frame(:src, /pass/).button(:value, 'Close Window').exists?)
|
75
|
+
end
|
76
|
+
|
77
|
+
end
|
78
|
+
|
79
|
+
class TC_NestedFrames < Test::Unit::TestCase
|
80
|
+
tags :fails_on_firefox
|
81
|
+
def setup
|
82
|
+
goto_page "nestedFrames.html"
|
83
|
+
end
|
84
|
+
|
85
|
+
def test_frame
|
86
|
+
assert_raises(UnknownFrameException) { browser.frame("missingFrame").button(:id, "b2").enabled? }
|
87
|
+
assert_raises(UnknownFrameException) { browser.frame("nestedFrame").frame("subFrame").button(:id, "b2").enabled? }
|
88
|
+
assert(browser.frame("nestedFrame").frame("senderFrame").button(:name, "sendIt").enabled?)
|
89
|
+
browser.frame("nestedFrame").frame("senderFrame").text_field(:index, "1").set("Hello")
|
90
|
+
browser.frame("nestedFrame").frame("senderFrame").button(:name, "sendIt").click
|
91
|
+
assert(browser.frame("nestedFrame").frame("receiverFrame").text_field(:name, "receiverText").verify_contains("Hello"))
|
92
|
+
end
|
93
|
+
|
94
|
+
end
|
95
|
+
|
96
|
+
class TC_IFrames < Test::Unit::TestCase
|
97
|
+
tags :fails_on_firefox
|
98
|
+
|
99
|
+
def setup
|
100
|
+
goto_page "iframeTest.html"
|
101
|
+
end
|
102
|
+
|
103
|
+
def test_Iframe
|
104
|
+
browser.frame("senderFrame").text_field(:name , "textToSend").set( "Hello World")
|
105
|
+
browser.frame("senderFrame").button(:index, 1).click
|
106
|
+
assert( browser.frame("receiverFrame").text_field(:name , "receiverText").verify_contains("Hello World") )
|
107
|
+
assert_equal(browser.frame(:src, /iframeTest2/).text_field(:name, 'receiverText').value, "Hello World")
|
108
|
+
end
|
109
|
+
|
110
|
+
def test_iframes_id
|
111
|
+
browser.frame(:id, "sf").text_field(:name , "textToSend").set( "Hello World")
|
112
|
+
browser.frame(:id, "sf").button(:name,'sendIt').click
|
113
|
+
assert( browser.frame("receiverFrame").text_field(:name , "receiverText").verify_contains("Hello World") )
|
114
|
+
end
|
115
|
+
|
116
|
+
end
|
117
|
+
|
118
|
+
class TC_show_frames < Test::Unit::TestCase
|
119
|
+
include CaptureIOHelper
|
120
|
+
|
121
|
+
def capture_and_compare(page, expected)
|
122
|
+
goto_page page
|
123
|
+
actual = capture_stdout { browser.showFrames }
|
124
|
+
assert_equal(expected, actual)
|
125
|
+
end
|
126
|
+
|
127
|
+
tag_method :test_show_nested_frames, :fails_on_firefox
|
128
|
+
def test_show_nested_frames
|
129
|
+
capture_and_compare("nestedFrames.html", <<END_OF_MESSAGE)
|
130
|
+
there are 2 frames
|
131
|
+
frame index: 1 name: nestedFrame
|
132
|
+
frame index: 2 name: nestedFrame2
|
133
|
+
END_OF_MESSAGE
|
134
|
+
end
|
135
|
+
|
136
|
+
tag_method :test_button_frames, :fails_on_firefox
|
137
|
+
def test_button_frames
|
138
|
+
capture_and_compare("frame_buttons.html", <<END_OF_MESSAGE)
|
139
|
+
there are 2 frames
|
140
|
+
frame index: 1 name: buttonFrame
|
141
|
+
frame index: 2 name: buttonFrame2
|
142
|
+
END_OF_MESSAGE
|
143
|
+
end
|
144
|
+
|
145
|
+
tag_method :test_iframes, :fails_on_firefox
|
146
|
+
def test_iframes
|
147
|
+
capture_and_compare("iframeTest.html", <<END_OF_MESSAGE)
|
148
|
+
there are 2 frames
|
149
|
+
frame index: 1 name: senderFrame
|
150
|
+
frame index: 2 name: receiverFrame
|
151
|
+
END_OF_MESSAGE
|
152
|
+
end
|
153
|
+
|
154
|
+
end
|
155
|
+
|
@@ -1,16 +1,16 @@
|
|
1
|
-
# defect report from users of Watir Recorder
|
2
|
-
# revision: $Revision: 746 $
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_GoogleForm < Test::Unit::TestCase
|
8
|
-
|
9
|
-
def setup
|
10
|
-
goto_page "google_india.html"
|
11
|
-
end
|
12
|
-
|
13
|
-
def test_it
|
14
|
-
browser.form(:name, "f").text_field(:name, "q").set("ruby")
|
15
|
-
end
|
1
|
+
# defect report from users of Watir Recorder
|
2
|
+
# revision: $Revision: 746 $
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_GoogleForm < Test::Unit::TestCase
|
8
|
+
|
9
|
+
def setup
|
10
|
+
goto_page "google_india.html"
|
11
|
+
end
|
12
|
+
|
13
|
+
def test_it
|
14
|
+
browser.form(:name, "f").text_field(:name, "q").set("ruby")
|
15
|
+
end
|
16
16
|
end
|
@@ -1,39 +1,39 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Alert Test</title>
|
4
|
-
<script type="text/javascript">
|
5
|
-
function disp_confirm()
|
6
|
-
{
|
7
|
-
testResult = document.getElementById('testResult');
|
8
|
-
if (confirm("Press a button."))
|
9
|
-
testResult.value = "You pressed the Confirm and OK button!";
|
10
|
-
else
|
11
|
-
testResult.value = "You pressed the Confirm and Cancel button!";
|
12
|
-
}
|
13
|
-
function disp_alert()
|
14
|
-
{
|
15
|
-
testResult = document.getElementById('testResult');
|
16
|
-
alert("Press OK")
|
17
|
-
testResult.value = "You pressed the Alert button!"
|
18
|
-
}
|
19
|
-
</script>
|
20
|
-
|
21
|
-
</head>
|
22
|
-
<body>
|
23
|
-
<form action="get">
|
24
|
-
<p>There are two basic methods for bringing up dialogs using javascript.</p>
|
25
|
-
<ul>
|
26
|
-
<li>
|
27
|
-
alert(message) -- Display message and OK button.<br/>
|
28
|
-
<input type="button" id="btnAlert" value="alert" OnClick="disp_alert();" />
|
29
|
-
</li>
|
30
|
-
<li>
|
31
|
-
confirm(message) -- Display message and OK and Cancel buttons.<br/>
|
32
|
-
<input type="button" id="btnConfirm" value="confirm" OnClick="disp_confirm();" /> </li>
|
33
|
-
</ul>
|
34
|
-
<p>Results of dialogs:</p>
|
35
|
-
<input type="text" style="width:248px;" id="testResult" value="Test Result" />
|
36
|
-
</form>
|
37
|
-
</body>
|
38
|
-
|
39
|
-
</html>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>Alert Test</title>
|
4
|
+
<script type="text/javascript">
|
5
|
+
function disp_confirm()
|
6
|
+
{
|
7
|
+
testResult = document.getElementById('testResult');
|
8
|
+
if (confirm("Press a button."))
|
9
|
+
testResult.value = "You pressed the Confirm and OK button!";
|
10
|
+
else
|
11
|
+
testResult.value = "You pressed the Confirm and Cancel button!";
|
12
|
+
}
|
13
|
+
function disp_alert()
|
14
|
+
{
|
15
|
+
testResult = document.getElementById('testResult');
|
16
|
+
alert("Press OK")
|
17
|
+
testResult.value = "You pressed the Alert button!"
|
18
|
+
}
|
19
|
+
</script>
|
20
|
+
|
21
|
+
</head>
|
22
|
+
<body>
|
23
|
+
<form action="get">
|
24
|
+
<p>There are two basic methods for bringing up dialogs using javascript.</p>
|
25
|
+
<ul>
|
26
|
+
<li>
|
27
|
+
alert(message) -- Display message and OK button.<br/>
|
28
|
+
<input type="button" id="btnAlert" value="alert" OnClick="disp_alert();" />
|
29
|
+
</li>
|
30
|
+
<li>
|
31
|
+
confirm(message) -- Display message and OK and Cancel buttons.<br/>
|
32
|
+
<input type="button" id="btnConfirm" value="confirm" OnClick="disp_confirm();" /> </li>
|
33
|
+
</ul>
|
34
|
+
<p>Results of dialogs:</p>
|
35
|
+
<input type="text" style="width:248px;" id="testResult" value="Test Result" />
|
36
|
+
</form>
|
37
|
+
</body>
|
38
|
+
|
39
|
+
</html>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for buttons
|
5
|
-
</title>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
CVS Revision: $Revision $
|
9
|
-
<br>
|
10
|
-
Blank page to fill in the frames
|
11
|
-
</body>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for buttons
|
5
|
+
</title>
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
CVS Revision: $Revision $
|
9
|
+
<br>
|
10
|
+
Blank page to fill in the frames
|
11
|
+
</body>
|
12
12
|
</html>
|
@@ -1,41 +1,41 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for buttons
|
5
|
-
</title>
|
6
|
-
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
7
|
-
</head>
|
8
|
-
<body>
|
9
|
-
CVS Revision: $Revision
|
10
|
-
<br>
|
11
|
-
<br>
|
12
|
-
<table>
|
13
|
-
<tr>
|
14
|
-
<td>
|
15
|
-
<form name = test1 method = get action = pass.html>
|
16
|
-
|
17
|
-
<input type = button class="italic_button" name = b1 id = b2 value = "Click Me" onClick="javascript:document.location='pass.html';" title = "this is button1">
|
18
|
-
<br><input type = button name = b4 id=b5 value = "Disabled Button" onClick="javascript:document.location='fail.html';" disabled>
|
19
|
-
|
20
|
-
</form>
|
21
|
-
<td> The top button is for testing buttons with names
|
22
|
-
<br> The second button is used for testing disabled buttons
|
23
|
-
|
24
|
-
|
25
|
-
<tr>
|
26
|
-
<td>
|
27
|
-
<form name = test2 method = get action = pass2.html>
|
28
|
-
<br><input type = submit value=Submit>
|
29
|
-
</form>
|
30
|
-
<td> This button is a submit ( the others are buttons)
|
31
|
-
|
32
|
-
<tr>
|
33
|
-
<td>
|
34
|
-
<form name = test3 method = get action = pass3.html>
|
35
|
-
<br><input type = image src=images/button.jpg name =sub3>
|
36
|
-
</form>
|
37
|
-
<td> This button is an image. It should behave the same as a submit
|
38
|
-
|
39
|
-
|
40
|
-
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for buttons
|
5
|
+
</title>
|
6
|
+
<link rel="stylesheet" type="text/css" href="watir_unit_tests.css">
|
7
|
+
</head>
|
8
|
+
<body>
|
9
|
+
CVS Revision: $Revision$
|
10
|
+
<br>
|
11
|
+
<br>
|
12
|
+
<table>
|
13
|
+
<tr>
|
14
|
+
<td>
|
15
|
+
<form name = test1 method = get action = pass.html>
|
16
|
+
|
17
|
+
<input type = button class="italic_button" name = b1 id = b2 value = "Click Me" onClick="javascript:document.location='pass.html';" title = "this is button1">
|
18
|
+
<br><input type = button name = b4 id=b5 value = "Disabled Button" onClick="javascript:document.location='fail.html';" disabled>
|
19
|
+
|
20
|
+
</form>
|
21
|
+
<td> The top button is for testing buttons with names
|
22
|
+
<br> The second button is used for testing disabled buttons
|
23
|
+
|
24
|
+
|
25
|
+
<tr>
|
26
|
+
<td>
|
27
|
+
<form name = test2 method = get action = pass2.html>
|
28
|
+
<br><input type = submit value=Submit>
|
29
|
+
</form>
|
30
|
+
<td> This button is a submit ( the others are buttons)
|
31
|
+
|
32
|
+
<tr>
|
33
|
+
<td>
|
34
|
+
<form name = test3 method = get action = pass3.html>
|
35
|
+
<br><input type = image src=images/button.jpg name =sub3>
|
36
|
+
</form>
|
37
|
+
<td> This button is an image. It should behave the same as a submit
|
38
|
+
|
39
|
+
|
40
|
+
|
41
41
|
</html>
|