watir 1.6.5 → 1.6.6.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +461 -326
- data/VERSION +1 -0
- data/bin/watir-console +6 -6
- 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 -66
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +392 -344
- data/lib/watir/container.rb +857 -815
- 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.rb +28 -0
- data/lib/watir/core_ext.rb +17 -17
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +351 -343
- data/lib/watir/element_collections.rb +97 -97
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/html_element.rb +22 -0
- data/lib/watir/ie-class.rb +1006 -1009
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +70 -133
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +614 -572
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +200 -176
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/module.rb +37 -0
- data/lib/watir/non_control_elements.rb +145 -145
- data/lib/watir/page-container.rb +116 -107
- 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 +395 -362
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -35
- data/lib/watir/win32ole.rb +14 -14
- data/lib/watir/winClicker.rb +496 -496
- data/rakefile.rb +70 -0
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -179
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/click_no_wait_test.rb +21 -0
- data/unittests/core_tests.rb +17 -17
- data/unittests/css_test.rb +42 -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 -188
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/element_test.rb +49 -0
- data/unittests/errorchecker_test.rb +32 -22
- data/unittests/filefield_test.rb +39 -39
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -280
- data/unittests/form_xpath_test.rb +252 -252
- data/unittests/frame_test.rb +155 -155
- 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/click_no_wait.html +14 -0
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +59 -59
- 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 +119 -119
- 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 -52
- 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/table_and_tablerow_to_a.html +174 -0
- 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 -51
- 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 -175
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/lists_test.rb +32 -32
- 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/other/jscriptExtraAlert.rb +6 -6
- data/unittests/other/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/other/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/other/jscriptPushButton.rb +6 -6
- data/unittests/other/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -27
- 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 -148
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +87 -77
- data/unittests/speed_settings_test.rb +67 -67
- data/unittests/table_and_tablerow_to_a_test.rb +117 -0
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -376
- 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 -31
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -10
- data/unittests/windows/attach_to_existing_window_test.rb +53 -53
- data/unittests/windows/attach_to_new_window_test.rb +83 -83
- 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 +42 -55
- data/unittests/windows/modal_dialog_test.rb +128 -128
- data/unittests/windows/new_test.rb +57 -57
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -33
- data/unittests/xpath_tests.rb +10 -10
- metadata +85 -31
- data/lib/watir/utils.rb +0 -20
- data/lib/watir/version.rb +0 -5
data/lib/watir/logger.rb
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
module Watir
|
2
|
-
class WatirLogger < Logger
|
3
|
-
def initialize(filName, logsToKeep, maxLogSize)
|
4
|
-
super(filName, logsToKeep, maxLogSize)
|
5
|
-
self.level = Logger::DEBUG
|
6
|
-
self.datetime_format = "%d-%b-%Y %H:%M:%S"
|
7
|
-
self.debug("Watir starting")
|
8
|
-
end
|
9
|
-
end
|
10
|
-
|
11
|
-
class DefaultLogger < Logger
|
12
|
-
def initialize
|
13
|
-
super(STDERR)
|
14
|
-
self.level = Logger::WARN
|
15
|
-
self.datetime_format = "%d-%b-%Y %H:%M:%S"
|
16
|
-
self.info "Log started"
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
1
|
+
module Watir
|
2
|
+
class WatirLogger < Logger
|
3
|
+
def initialize(filName, logsToKeep, maxLogSize)
|
4
|
+
super(filName, logsToKeep, maxLogSize)
|
5
|
+
self.level = Logger::DEBUG
|
6
|
+
self.datetime_format = "%d-%b-%Y %H:%M:%S"
|
7
|
+
self.debug("Watir starting")
|
8
|
+
end
|
9
|
+
end
|
10
|
+
|
11
|
+
class DefaultLogger < Logger
|
12
|
+
def initialize
|
13
|
+
super(STDERR)
|
14
|
+
self.level = Logger::WARN
|
15
|
+
self.datetime_format = "%d-%b-%Y %H:%M:%S"
|
16
|
+
self.info "Log started"
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
data/lib/watir/modal_dialog.rb
CHANGED
@@ -1,123 +1,123 @@
|
|
1
|
-
module Watir
|
2
|
-
class ModalDialog
|
3
|
-
include Container
|
4
|
-
include PageContainer
|
5
|
-
include Win32
|
6
|
-
|
7
|
-
# Return the current window handle
|
8
|
-
attr_reader :hwnd
|
9
|
-
|
10
|
-
def find_modal_from_window
|
11
|
-
# Use handle of our parent window to see if we have any currently
|
12
|
-
# enabled popup.
|
13
|
-
hwnd = @container.hwnd
|
14
|
-
hwnd_modal = 0
|
15
|
-
begin
|
16
|
-
Watir::until_with_timeout do
|
17
|
-
hwnd_modal, arr = GetWindow.call(hwnd, GW_ENABLEDPOPUP) # GW_ENABLEDPOPUP = 6
|
18
|
-
hwnd_modal > 0
|
19
|
-
end
|
20
|
-
rescue TimeOutException
|
21
|
-
return nil
|
22
|
-
end
|
23
|
-
if hwnd_modal == hwnd || hwnd_modal == 0
|
24
|
-
hwnd_modal = nil
|
25
|
-
end
|
26
|
-
@hwnd = hwnd_modal
|
27
|
-
end
|
28
|
-
private :find_modal_from_window
|
29
|
-
|
30
|
-
def locate
|
31
|
-
how = @how
|
32
|
-
what = @what
|
33
|
-
|
34
|
-
case how
|
35
|
-
when nil
|
36
|
-
unless find_modal_from_window
|
37
|
-
raise NoMatchingWindowFoundException,
|
38
|
-
"Modal Dialog not found. Timeout = #{Watir::IE.attach_timeout}"
|
39
|
-
end
|
40
|
-
when :title
|
41
|
-
case what.class.to_s
|
42
|
-
# TODO: re-write like WET's so we can select on regular expressions too.
|
43
|
-
when "String"
|
44
|
-
begin
|
45
|
-
Watir::until_with_timeout do
|
46
|
-
title = "#{what} -- Web Page Dialog"
|
47
|
-
@hwnd, arr = FindWindowEx.call(0, 0, nil, title)
|
48
|
-
@hwnd > 0
|
49
|
-
end
|
50
|
-
rescue TimeOutException
|
51
|
-
raise NoMatchingWindowFoundException,
|
52
|
-
"Modal Dialog with title #{what} not found. Timeout = #{Watir::IE.attach_timeout}"
|
53
|
-
end
|
54
|
-
else
|
55
|
-
raise ArgumentError, "Title value must be String"
|
56
|
-
end
|
57
|
-
else
|
58
|
-
raise ArgumentError, "Only null and :title methods are supported"
|
59
|
-
end
|
60
|
-
|
61
|
-
intUnknown = 0
|
62
|
-
begin
|
63
|
-
Watir::until_with_timeout do
|
64
|
-
intPointer = " " * 4 # will contain the int value of the IUnknown*
|
65
|
-
GetUnknown.call(@hwnd, intPointer)
|
66
|
-
intArray = intPointer.unpack('L')
|
67
|
-
intUnknown = intArray.first
|
68
|
-
intUnknown > 0
|
69
|
-
end
|
70
|
-
rescue TimeOutException => e
|
71
|
-
raise NoMatchingWindowFoundException,
|
72
|
-
"Unable to attach to Modal Window #{what.inspect} after #{e.duration} seconds."
|
73
|
-
end
|
74
|
-
|
75
|
-
copy_test_config @parent_container
|
76
|
-
@document = WIN32OLE.connect_unknown(intUnknown)
|
77
|
-
end
|
78
|
-
|
79
|
-
def initialize(container, how, what=nil)
|
80
|
-
set_container container
|
81
|
-
@how = how
|
82
|
-
@what = what
|
83
|
-
@parent_container = container
|
84
|
-
# locate our modal dialog's Document object and save it
|
85
|
-
begin
|
86
|
-
locate
|
87
|
-
rescue NoMethodError => e
|
88
|
-
message =
|
89
|
-
"IE#modal_dialog not supported with the current version of Ruby (#{RUBY_VERSION}).\n" +
|
90
|
-
"See http://jira.openqa.org/browse/WTR-2 for details.\n" +
|
91
|
-
e.message
|
92
|
-
raise NoMethodError.new(message)
|
93
|
-
end
|
94
|
-
end
|
95
|
-
|
96
|
-
def document
|
97
|
-
@document
|
98
|
-
end
|
99
|
-
|
100
|
-
# Return the title of the document
|
101
|
-
def title
|
102
|
-
document.title
|
103
|
-
end
|
104
|
-
|
105
|
-
def close
|
106
|
-
document.parentWindow.close
|
107
|
-
end
|
108
|
-
|
109
|
-
def attach_command
|
110
|
-
"Watir::IE.find(:hwnd, #{@container.hwnd}).modal_dialog"
|
111
|
-
end
|
112
|
-
|
113
|
-
def wait(no_sleep=false)
|
114
|
-
end
|
115
|
-
|
116
|
-
# Return true if the modal exists. Mostly this is useful for testing whether
|
117
|
-
# a modal has closed.
|
118
|
-
def exists?
|
119
|
-
Watir::Win32::window_exists? @hwnd
|
120
|
-
end
|
121
|
-
alias :exist? :exists?
|
122
|
-
end
|
1
|
+
module Watir
|
2
|
+
class ModalDialog
|
3
|
+
include Container
|
4
|
+
include PageContainer
|
5
|
+
include Win32
|
6
|
+
|
7
|
+
# Return the current window handle
|
8
|
+
attr_reader :hwnd
|
9
|
+
|
10
|
+
def find_modal_from_window
|
11
|
+
# Use handle of our parent window to see if we have any currently
|
12
|
+
# enabled popup.
|
13
|
+
hwnd = @container.hwnd
|
14
|
+
hwnd_modal = 0
|
15
|
+
begin
|
16
|
+
Watir::until_with_timeout do
|
17
|
+
hwnd_modal, arr = GetWindow.call(hwnd, GW_ENABLEDPOPUP) # GW_ENABLEDPOPUP = 6
|
18
|
+
hwnd_modal > 0
|
19
|
+
end
|
20
|
+
rescue TimeOutException
|
21
|
+
return nil
|
22
|
+
end
|
23
|
+
if hwnd_modal == hwnd || hwnd_modal == 0
|
24
|
+
hwnd_modal = nil
|
25
|
+
end
|
26
|
+
@hwnd = hwnd_modal
|
27
|
+
end
|
28
|
+
private :find_modal_from_window
|
29
|
+
|
30
|
+
def locate
|
31
|
+
how = @how
|
32
|
+
what = @what
|
33
|
+
|
34
|
+
case how
|
35
|
+
when nil
|
36
|
+
unless find_modal_from_window
|
37
|
+
raise NoMatchingWindowFoundException,
|
38
|
+
"Modal Dialog not found. Timeout = #{Watir::IE.attach_timeout}"
|
39
|
+
end
|
40
|
+
when :title
|
41
|
+
case what.class.to_s
|
42
|
+
# TODO: re-write like WET's so we can select on regular expressions too.
|
43
|
+
when "String"
|
44
|
+
begin
|
45
|
+
Watir::until_with_timeout do
|
46
|
+
title = "#{what} -- Web Page Dialog"
|
47
|
+
@hwnd, arr = FindWindowEx.call(0, 0, nil, title)
|
48
|
+
@hwnd > 0
|
49
|
+
end
|
50
|
+
rescue TimeOutException
|
51
|
+
raise NoMatchingWindowFoundException,
|
52
|
+
"Modal Dialog with title #{what} not found. Timeout = #{Watir::IE.attach_timeout}"
|
53
|
+
end
|
54
|
+
else
|
55
|
+
raise ArgumentError, "Title value must be String"
|
56
|
+
end
|
57
|
+
else
|
58
|
+
raise ArgumentError, "Only null and :title methods are supported"
|
59
|
+
end
|
60
|
+
|
61
|
+
intUnknown = 0
|
62
|
+
begin
|
63
|
+
Watir::until_with_timeout do
|
64
|
+
intPointer = " " * 4 # will contain the int value of the IUnknown*
|
65
|
+
GetUnknown.call(@hwnd, intPointer)
|
66
|
+
intArray = intPointer.unpack('L')
|
67
|
+
intUnknown = intArray.first
|
68
|
+
intUnknown > 0
|
69
|
+
end
|
70
|
+
rescue TimeOutException => e
|
71
|
+
raise NoMatchingWindowFoundException,
|
72
|
+
"Unable to attach to Modal Window #{what.inspect} after #{e.duration} seconds."
|
73
|
+
end
|
74
|
+
|
75
|
+
copy_test_config @parent_container
|
76
|
+
@document = WIN32OLE.connect_unknown(intUnknown)
|
77
|
+
end
|
78
|
+
|
79
|
+
def initialize(container, how, what=nil)
|
80
|
+
set_container container
|
81
|
+
@how = how
|
82
|
+
@what = what
|
83
|
+
@parent_container = container
|
84
|
+
# locate our modal dialog's Document object and save it
|
85
|
+
begin
|
86
|
+
locate
|
87
|
+
rescue NoMethodError => e
|
88
|
+
message =
|
89
|
+
"IE#modal_dialog not supported with the current version of Ruby (#{RUBY_VERSION}).\n" +
|
90
|
+
"See http://jira.openqa.org/browse/WTR-2 for details.\n" +
|
91
|
+
e.message
|
92
|
+
raise NoMethodError.new(message)
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
def document
|
97
|
+
@document
|
98
|
+
end
|
99
|
+
|
100
|
+
# Return the title of the document
|
101
|
+
def title
|
102
|
+
document.title
|
103
|
+
end
|
104
|
+
|
105
|
+
def close
|
106
|
+
document.parentWindow.close
|
107
|
+
end
|
108
|
+
|
109
|
+
def attach_command
|
110
|
+
"Watir::IE.find(:hwnd, #{@container.hwnd}).modal_dialog"
|
111
|
+
end
|
112
|
+
|
113
|
+
def wait(no_sleep=false)
|
114
|
+
end
|
115
|
+
|
116
|
+
# Return true if the modal exists. Mostly this is useful for testing whether
|
117
|
+
# a modal has closed.
|
118
|
+
def exists?
|
119
|
+
Watir::Win32::window_exists? @hwnd
|
120
|
+
end
|
121
|
+
alias :exist? :exists?
|
122
|
+
end
|
123
123
|
end
|
data/lib/watir/module.rb
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
module Watir
|
2
|
+
include Watir::Exception
|
3
|
+
|
4
|
+
# Directory containing the watir.rb file
|
5
|
+
@@dir = File.expand_path(File.dirname(__FILE__))
|
6
|
+
|
7
|
+
ATTACHER = Waiter.new
|
8
|
+
# Like regular Ruby "until", except that a TimeOutException is raised
|
9
|
+
# if the timeout is exceeded. Timeout is IE.attach_timeout.
|
10
|
+
def self.until_with_timeout # block
|
11
|
+
ATTACHER.timeout = IE.attach_timeout
|
12
|
+
ATTACHER.wait_until { yield }
|
13
|
+
end
|
14
|
+
|
15
|
+
@@autoit = nil
|
16
|
+
|
17
|
+
def self.autoit
|
18
|
+
unless @@autoit
|
19
|
+
begin
|
20
|
+
@@autoit = WIN32OLE.new('AutoItX3.Control')
|
21
|
+
rescue WIN32OLERuntimeError
|
22
|
+
_register('AutoItX3.dll')
|
23
|
+
@@autoit = WIN32OLE.new('AutoItX3.Control')
|
24
|
+
end
|
25
|
+
end
|
26
|
+
@@autoit
|
27
|
+
end
|
28
|
+
|
29
|
+
def self._register(dll)
|
30
|
+
system("regsvr32.exe /s " + "#{@@dir}/#{dll}".gsub('/', '\\'))
|
31
|
+
end
|
32
|
+
|
33
|
+
def self._unregister(dll)
|
34
|
+
system("regsvr32.exe /s /u " + "#{@@dir}/#{dll}".gsub('/', '\\'))
|
35
|
+
end
|
36
|
+
|
37
|
+
end
|
@@ -1,146 +1,146 @@
|
|
1
|
-
module Watir
|
2
|
-
|
3
|
-
# this class contains items that are common between the span, div, and pre objects
|
4
|
-
# it would not normally be used directly
|
5
|
-
#
|
6
|
-
# many of the methods available to this object are inherited from the Element class
|
7
|
-
#
|
8
|
-
class NonControlElement < Element
|
9
|
-
|
10
|
-
def self.inherited subclass
|
11
|
-
class_name = subclass.to_s.demodulize
|
12
|
-
method_name = class_name.underscore
|
13
|
-
Watir::Container.module_eval <<-RUBY
|
14
|
-
def #{method_name}(how, what=nil)
|
15
|
-
return #{class_name}.new(self, how, what)
|
16
|
-
end
|
17
|
-
RUBY
|
18
|
-
end
|
19
|
-
include Watir::Exception
|
20
|
-
|
21
|
-
def locate
|
22
|
-
if @how == :xpath
|
23
|
-
@o = @container.element_by_xpath(@what)
|
24
|
-
else
|
25
|
-
@o = @container.locate_tagged_element(self.class::TAG, @how, @what)
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
def initialize(container, how, what)
|
30
|
-
set_container container
|
31
|
-
@how = how
|
32
|
-
@what = what
|
33
|
-
super nil
|
34
|
-
end
|
35
|
-
|
36
|
-
# this method is used to populate the properties in the to_s method
|
37
|
-
def span_div_string_creator
|
38
|
-
n = []
|
39
|
-
n << "class:".ljust(TO_S_SIZE) + self.class_name
|
40
|
-
n << "text:".ljust(TO_S_SIZE) + self.text
|
41
|
-
return n
|
42
|
-
end
|
43
|
-
private :span_div_string_creator
|
44
|
-
|
45
|
-
# returns the properties of the object in a string
|
46
|
-
# raises an ObjectNotFound exception if the object cannot be found
|
47
|
-
def to_s
|
48
|
-
assert_exists
|
49
|
-
r = string_creator
|
50
|
-
r += span_div_string_creator
|
51
|
-
return r.join("\n")
|
52
|
-
end
|
53
|
-
end
|
54
|
-
|
55
|
-
|
56
|
-
class Pre < NonControlElement
|
57
|
-
TAG = 'PRE'
|
58
|
-
end
|
59
|
-
|
60
|
-
class P < NonControlElement
|
61
|
-
TAG = 'P'
|
62
|
-
end
|
63
|
-
|
64
|
-
# this class is used to deal with Div tags in the html page. http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/div.asp?frame=true
|
65
|
-
# It would not normally be created by users
|
66
|
-
class Div < NonControlElement
|
67
|
-
TAG = 'DIV'
|
68
|
-
end
|
69
|
-
|
70
|
-
# this class is used to deal with Span tags in the html page. It would not normally be created by users
|
71
|
-
class Span < NonControlElement
|
72
|
-
TAG = 'SPAN'
|
73
|
-
end
|
74
|
-
|
75
|
-
class Map < NonControlElement
|
76
|
-
TAG = 'MAP'
|
77
|
-
end
|
78
|
-
|
79
|
-
class Area < NonControlElement
|
80
|
-
TAG = 'AREA'
|
81
|
-
end
|
82
|
-
|
83
|
-
# Accesses Label element on the html page - http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/label.asp?frame=true
|
84
|
-
class Label < NonControlElement
|
85
|
-
TAG = 'LABEL'
|
86
|
-
|
87
|
-
# this method is used to populate the properties in the to_s method
|
88
|
-
def label_string_creator
|
89
|
-
n = []
|
90
|
-
n << "for:".ljust(TO_S_SIZE) + self.for
|
91
|
-
n << "text:".ljust(TO_S_SIZE) + self.text
|
92
|
-
return n
|
93
|
-
end
|
94
|
-
private :label_string_creator
|
95
|
-
|
96
|
-
# returns the properties of the object in a string
|
97
|
-
# raises an ObjectNotFound exception if the object cannot be found
|
98
|
-
def to_s
|
99
|
-
assert_exists
|
100
|
-
r = string_creator
|
101
|
-
r += label_string_creator
|
102
|
-
return r.join("\n")
|
103
|
-
end
|
104
|
-
end
|
105
|
-
|
106
|
-
class Li < NonControlElement
|
107
|
-
TAG = 'LI'
|
108
|
-
end
|
109
|
-
class Ul < NonControlElement
|
110
|
-
TAG = 'UL'
|
111
|
-
end
|
112
|
-
class H1 < NonControlElement
|
113
|
-
TAG = 'H1'
|
114
|
-
end
|
115
|
-
class H2 < NonControlElement
|
116
|
-
TAG = 'H2'
|
117
|
-
end
|
118
|
-
class H3 < NonControlElement
|
119
|
-
TAG = 'H3'
|
120
|
-
end
|
121
|
-
class H4 < NonControlElement
|
122
|
-
TAG = 'H4'
|
123
|
-
end
|
124
|
-
class H5 < NonControlElement
|
125
|
-
TAG = 'H5'
|
126
|
-
end
|
127
|
-
class H6 < NonControlElement
|
128
|
-
TAG = 'H6'
|
129
|
-
end
|
130
|
-
class Dl < NonControlElement
|
131
|
-
TAG = 'DL'
|
132
|
-
end
|
133
|
-
class Dt < NonControlElement
|
134
|
-
TAG = 'DT'
|
135
|
-
end
|
136
|
-
class Dd < NonControlElement
|
137
|
-
TAG = 'DD'
|
138
|
-
end
|
139
|
-
class Strong < NonControlElement
|
140
|
-
TAG = 'STRONG'
|
141
|
-
end
|
142
|
-
class Em < NonControlElement
|
143
|
-
TAG = 'EM'
|
144
|
-
end
|
145
|
-
|
1
|
+
module Watir
|
2
|
+
|
3
|
+
# this class contains items that are common between the span, div, and pre objects
|
4
|
+
# it would not normally be used directly
|
5
|
+
#
|
6
|
+
# many of the methods available to this object are inherited from the Element class
|
7
|
+
#
|
8
|
+
class NonControlElement < Element
|
9
|
+
|
10
|
+
def self.inherited subclass
|
11
|
+
class_name = subclass.to_s.demodulize
|
12
|
+
method_name = class_name.underscore
|
13
|
+
Watir::Container.module_eval <<-RUBY
|
14
|
+
def #{method_name}(how, what=nil)
|
15
|
+
return #{class_name}.new(self, how, what)
|
16
|
+
end
|
17
|
+
RUBY
|
18
|
+
end
|
19
|
+
include Watir::Exception
|
20
|
+
|
21
|
+
def locate
|
22
|
+
if @how == :xpath
|
23
|
+
@o = @container.element_by_xpath(@what)
|
24
|
+
else
|
25
|
+
@o = @container.locate_tagged_element(self.class::TAG, @how, @what)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
def initialize(container, how, what)
|
30
|
+
set_container container
|
31
|
+
@how = how
|
32
|
+
@what = what
|
33
|
+
super nil
|
34
|
+
end
|
35
|
+
|
36
|
+
# this method is used to populate the properties in the to_s method
|
37
|
+
def span_div_string_creator
|
38
|
+
n = []
|
39
|
+
n << "class:".ljust(TO_S_SIZE) + self.class_name
|
40
|
+
n << "text:".ljust(TO_S_SIZE) + self.text
|
41
|
+
return n
|
42
|
+
end
|
43
|
+
private :span_div_string_creator
|
44
|
+
|
45
|
+
# returns the properties of the object in a string
|
46
|
+
# raises an ObjectNotFound exception if the object cannot be found
|
47
|
+
def to_s
|
48
|
+
assert_exists
|
49
|
+
r = string_creator
|
50
|
+
r += span_div_string_creator
|
51
|
+
return r.join("\n")
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
|
56
|
+
class Pre < NonControlElement
|
57
|
+
TAG = 'PRE'
|
58
|
+
end
|
59
|
+
|
60
|
+
class P < NonControlElement
|
61
|
+
TAG = 'P'
|
62
|
+
end
|
63
|
+
|
64
|
+
# this class is used to deal with Div tags in the html page. http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/div.asp?frame=true
|
65
|
+
# It would not normally be created by users
|
66
|
+
class Div < NonControlElement
|
67
|
+
TAG = 'DIV'
|
68
|
+
end
|
69
|
+
|
70
|
+
# this class is used to deal with Span tags in the html page. It would not normally be created by users
|
71
|
+
class Span < NonControlElement
|
72
|
+
TAG = 'SPAN'
|
73
|
+
end
|
74
|
+
|
75
|
+
class Map < NonControlElement
|
76
|
+
TAG = 'MAP'
|
77
|
+
end
|
78
|
+
|
79
|
+
class Area < NonControlElement
|
80
|
+
TAG = 'AREA'
|
81
|
+
end
|
82
|
+
|
83
|
+
# Accesses Label element on the html page - http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/label.asp?frame=true
|
84
|
+
class Label < NonControlElement
|
85
|
+
TAG = 'LABEL'
|
86
|
+
|
87
|
+
# this method is used to populate the properties in the to_s method
|
88
|
+
def label_string_creator
|
89
|
+
n = []
|
90
|
+
n << "for:".ljust(TO_S_SIZE) + self.for
|
91
|
+
n << "text:".ljust(TO_S_SIZE) + self.text
|
92
|
+
return n
|
93
|
+
end
|
94
|
+
private :label_string_creator
|
95
|
+
|
96
|
+
# returns the properties of the object in a string
|
97
|
+
# raises an ObjectNotFound exception if the object cannot be found
|
98
|
+
def to_s
|
99
|
+
assert_exists
|
100
|
+
r = string_creator
|
101
|
+
r += label_string_creator
|
102
|
+
return r.join("\n")
|
103
|
+
end
|
104
|
+
end
|
105
|
+
|
106
|
+
class Li < NonControlElement
|
107
|
+
TAG = 'LI'
|
108
|
+
end
|
109
|
+
class Ul < NonControlElement
|
110
|
+
TAG = 'UL'
|
111
|
+
end
|
112
|
+
class H1 < NonControlElement
|
113
|
+
TAG = 'H1'
|
114
|
+
end
|
115
|
+
class H2 < NonControlElement
|
116
|
+
TAG = 'H2'
|
117
|
+
end
|
118
|
+
class H3 < NonControlElement
|
119
|
+
TAG = 'H3'
|
120
|
+
end
|
121
|
+
class H4 < NonControlElement
|
122
|
+
TAG = 'H4'
|
123
|
+
end
|
124
|
+
class H5 < NonControlElement
|
125
|
+
TAG = 'H5'
|
126
|
+
end
|
127
|
+
class H6 < NonControlElement
|
128
|
+
TAG = 'H6'
|
129
|
+
end
|
130
|
+
class Dl < NonControlElement
|
131
|
+
TAG = 'DL'
|
132
|
+
end
|
133
|
+
class Dt < NonControlElement
|
134
|
+
TAG = 'DT'
|
135
|
+
end
|
136
|
+
class Dd < NonControlElement
|
137
|
+
TAG = 'DD'
|
138
|
+
end
|
139
|
+
class Strong < NonControlElement
|
140
|
+
TAG = 'STRONG'
|
141
|
+
end
|
142
|
+
class Em < NonControlElement
|
143
|
+
TAG = 'EM'
|
144
|
+
end
|
145
|
+
|
146
146
|
end
|