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/irb-history.rb
CHANGED
@@ -1,31 +1,31 @@
|
|
1
|
-
# snarfed from http://blog.nicksieger.com/articles/2006/04/23/tweaking-irb
|
2
|
-
module Readline
|
3
|
-
module History
|
4
|
-
@@log ||= File.join(Dir.pwd, 'console.log')
|
5
|
-
|
6
|
-
def self.log= log
|
7
|
-
@@log = log
|
8
|
-
end
|
9
|
-
|
10
|
-
def self.write_log(line)
|
11
|
-
begin
|
12
|
-
File.open(@@log, 'ab') {|f| f << "#{line}\n"}
|
13
|
-
rescue
|
14
|
-
end
|
15
|
-
end
|
16
|
-
|
17
|
-
def self.start_session_log
|
18
|
-
write_log("# session start: #{Time.now}")
|
19
|
-
at_exit { write_log("# session stop: #{Time.now}\n") }
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
alias :old_readline :readline
|
24
|
-
def readline(*args)
|
25
|
-
ln = old_readline(*args)
|
26
|
-
History.write_log(ln)
|
27
|
-
ln
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
1
|
+
# snarfed from http://blog.nicksieger.com/articles/2006/04/23/tweaking-irb
|
2
|
+
module Readline
|
3
|
+
module History
|
4
|
+
@@log ||= File.join(Dir.pwd, 'console.log')
|
5
|
+
|
6
|
+
def self.log= log
|
7
|
+
@@log = log
|
8
|
+
end
|
9
|
+
|
10
|
+
def self.write_log(line)
|
11
|
+
begin
|
12
|
+
File.open(@@log, 'ab') {|f| f << "#{line}\n"}
|
13
|
+
rescue
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
def self.start_session_log
|
18
|
+
write_log("# session start: #{Time.now}")
|
19
|
+
at_exit { write_log("# session stop: #{Time.now}\n") }
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
alias :old_readline :readline
|
24
|
+
def readline(*args)
|
25
|
+
ln = old_readline(*args)
|
26
|
+
History.write_log(ln)
|
27
|
+
ln
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
31
|
Readline::History.start_session_log
|
data/lib/watir/link.rb
CHANGED
@@ -1,65 +1,65 @@
|
|
1
|
-
module Watir
|
2
|
-
|
3
|
-
# This class is the means of accessing a link on a page
|
4
|
-
# Normally a user would not need to create this object as it is returned by the Watir::Container#link method
|
5
|
-
# many of the methods available to this object are inherited from the Element class
|
6
|
-
#
|
7
|
-
class Link < Element
|
8
|
-
# Returns an initialized instance of a link object
|
9
|
-
# * container - an instance of a container
|
10
|
-
# * how - symbol - how we access the link
|
11
|
-
# * what - what we use to access the link, text, url, index etc
|
12
|
-
def initialize(container, how, what)
|
13
|
-
set_container container
|
14
|
-
@how = how
|
15
|
-
@what = what
|
16
|
-
super(nil)
|
17
|
-
end
|
18
|
-
|
19
|
-
def locate
|
20
|
-
if @how == :xpath
|
21
|
-
@o = @container.element_by_xpath(@what)
|
22
|
-
else
|
23
|
-
begin
|
24
|
-
@o = @container.locate_tagged_element('A', @how, @what)
|
25
|
-
rescue UnknownObjectException
|
26
|
-
@o = nil
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
|
31
|
-
# if an image is used as part of the link, this will return true
|
32
|
-
def link_has_image
|
33
|
-
assert_exists
|
34
|
-
return true if @o.getElementsByTagName("IMG").length > 0
|
35
|
-
return false
|
36
|
-
end
|
37
|
-
|
38
|
-
# this method returns the src of an image, if an image is used as part of the link
|
39
|
-
def src # BUG?
|
40
|
-
assert_exists
|
41
|
-
if @o.getElementsByTagName("IMG").length > 0
|
42
|
-
return @o.getElementsByTagName("IMG")[0.to_s].src
|
43
|
-
else
|
44
|
-
return ""
|
45
|
-
end
|
46
|
-
end
|
47
|
-
|
48
|
-
def link_string_creator
|
49
|
-
n = []
|
50
|
-
n << "href:".ljust(TO_S_SIZE) + self.href
|
51
|
-
n << "inner text:".ljust(TO_S_SIZE) + self.text
|
52
|
-
n << "img src:".ljust(TO_S_SIZE) + self.src if self.link_has_image
|
53
|
-
return n
|
54
|
-
end
|
55
|
-
|
56
|
-
# returns a textual description of the link
|
57
|
-
def to_s
|
58
|
-
assert_exists
|
59
|
-
r = string_creator
|
60
|
-
r = r + link_string_creator
|
61
|
-
return r.join("\n")
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
1
|
+
module Watir
|
2
|
+
|
3
|
+
# This class is the means of accessing a link on a page
|
4
|
+
# Normally a user would not need to create this object as it is returned by the Watir::Container#link method
|
5
|
+
# many of the methods available to this object are inherited from the Element class
|
6
|
+
#
|
7
|
+
class Link < Element
|
8
|
+
# Returns an initialized instance of a link object
|
9
|
+
# * container - an instance of a container
|
10
|
+
# * how - symbol - how we access the link
|
11
|
+
# * what - what we use to access the link, text, url, index etc
|
12
|
+
def initialize(container, how, what)
|
13
|
+
set_container container
|
14
|
+
@how = how
|
15
|
+
@what = what
|
16
|
+
super(nil)
|
17
|
+
end
|
18
|
+
|
19
|
+
def locate
|
20
|
+
if @how == :xpath
|
21
|
+
@o = @container.element_by_xpath(@what)
|
22
|
+
else
|
23
|
+
begin
|
24
|
+
@o = @container.locate_tagged_element('A', @how, @what)
|
25
|
+
rescue UnknownObjectException
|
26
|
+
@o = nil
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
# if an image is used as part of the link, this will return true
|
32
|
+
def link_has_image
|
33
|
+
assert_exists
|
34
|
+
return true if @o.getElementsByTagName("IMG").length > 0
|
35
|
+
return false
|
36
|
+
end
|
37
|
+
|
38
|
+
# this method returns the src of an image, if an image is used as part of the link
|
39
|
+
def src # BUG?
|
40
|
+
assert_exists
|
41
|
+
if @o.getElementsByTagName("IMG").length > 0
|
42
|
+
return @o.getElementsByTagName("IMG")[0.to_s].src
|
43
|
+
else
|
44
|
+
return ""
|
45
|
+
end
|
46
|
+
end
|
47
|
+
|
48
|
+
def link_string_creator
|
49
|
+
n = []
|
50
|
+
n << "href:".ljust(TO_S_SIZE) + self.href
|
51
|
+
n << "inner text:".ljust(TO_S_SIZE) + self.text
|
52
|
+
n << "img src:".ljust(TO_S_SIZE) + self.src if self.link_has_image
|
53
|
+
return n
|
54
|
+
end
|
55
|
+
|
56
|
+
# returns a textual description of the link
|
57
|
+
def to_s
|
58
|
+
assert_exists
|
59
|
+
r = string_creator
|
60
|
+
r = r + link_string_creator
|
61
|
+
return r.join("\n")
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
65
|
end
|
data/lib/watir/locator.rb
CHANGED
@@ -1,176 +1,200 @@
|
|
1
|
-
module Watir
|
2
|
-
class Locator
|
3
|
-
include Watir
|
4
|
-
include Watir::Exception
|
5
|
-
|
6
|
-
def normalize_specifiers!(specifiers)
|
7
|
-
specifiers.each do |how, what|
|
8
|
-
case how
|
9
|
-
when :index
|
10
|
-
what = what.to_i
|
11
|
-
when :url
|
12
|
-
how = :href
|
13
|
-
when :class
|
14
|
-
how = :class_name
|
15
|
-
when :caption
|
16
|
-
how = :value
|
17
|
-
end
|
18
|
-
|
19
|
-
@specifiers[how] = what
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
|
24
|
-
end
|
25
|
-
|
26
|
-
class TaggedElementLocator < Locator
|
27
|
-
def initialize(container, tag)
|
28
|
-
@container = container
|
29
|
-
@tag = tag
|
30
|
-
end
|
31
|
-
|
32
|
-
def set_specifier(how, what)
|
33
|
-
if how.class == Hash and what.nil?
|
34
|
-
specifiers = how
|
35
|
-
else
|
36
|
-
specifiers = {how => what}
|
37
|
-
end
|
38
|
-
|
39
|
-
@specifiers = {:index => 1} # default if not specified
|
40
|
-
normalize_specifiers! specifiers
|
41
|
-
end
|
42
|
-
|
43
|
-
def each_element tag
|
44
|
-
@container.document.getElementsByTagName(tag).each do |ole_element|
|
45
|
-
yield Element.new(ole_element)
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
def locate
|
50
|
-
count = 0
|
51
|
-
each_element(@tag) do |element|
|
52
|
-
|
53
|
-
catch :next_element do
|
54
|
-
@specifiers.each do |how, what|
|
55
|
-
next if how == :index
|
56
|
-
unless match? element, how, what
|
57
|
-
throw :next_element
|
58
|
-
end
|
59
|
-
end
|
60
|
-
count += 1
|
61
|
-
unless count == @specifiers[:index]
|
62
|
-
throw :next_element
|
63
|
-
end
|
64
|
-
return element.ole_object
|
65
|
-
end
|
66
|
-
|
67
|
-
end # elements
|
68
|
-
nil
|
69
|
-
end
|
70
|
-
|
71
|
-
def match?(element, how, what)
|
72
|
-
begin
|
73
|
-
method = element.method(how)
|
74
|
-
rescue NameError
|
75
|
-
raise MissingWayOfFindingObjectException,
|
76
|
-
"#{how} is an unknown way of finding a <#{@tag}> element (#{what})"
|
77
|
-
end
|
78
|
-
case method.arity
|
79
|
-
when 0
|
80
|
-
what.matches method.call
|
81
|
-
when 1
|
82
|
-
method.call(what)
|
83
|
-
else
|
84
|
-
raise MissingWayOfFindingObjectException,
|
85
|
-
"#{how} is an unknown way of finding a <#{@tag}> element (#{what})"
|
86
|
-
end
|
87
|
-
end
|
88
|
-
|
89
|
-
end
|
90
|
-
class InputElementLocator < Locator
|
91
|
-
|
92
|
-
attr_accessor :document, :element, :elements
|
93
|
-
|
94
|
-
def initialize container, types
|
95
|
-
@container = container
|
96
|
-
@types = types
|
97
|
-
@elements = nil
|
98
|
-
end
|
99
|
-
|
100
|
-
def specifier= arg
|
101
|
-
how, what, value = arg
|
102
|
-
|
103
|
-
if how.class == Hash and what.nil?
|
104
|
-
specifiers = how
|
105
|
-
else
|
106
|
-
specifiers = {how => what}
|
107
|
-
end
|
108
|
-
|
109
|
-
@specifiers = {:index => 1} # default if not specified
|
110
|
-
if value
|
111
|
-
@specifiers[:value] = value.is_a?(Regexp) ? value : value.to_s
|
112
|
-
end
|
113
|
-
|
114
|
-
normalize_specifiers! specifiers
|
115
|
-
end
|
116
|
-
|
117
|
-
def locate
|
118
|
-
count = 0
|
119
|
-
@elements.each do |object|
|
120
|
-
element = Element.new(object)
|
121
|
-
|
122
|
-
catch :next_element do
|
123
|
-
throw :next_element unless @types.include?(element.type)
|
124
|
-
@specifiers.each do |how, what|
|
125
|
-
next if how == :index
|
126
|
-
unless match? element, how, what
|
127
|
-
throw :next_element
|
128
|
-
end
|
129
|
-
end
|
130
|
-
count += 1
|
131
|
-
throw :next_element unless count == @specifiers[:index]
|
132
|
-
return object
|
133
|
-
end
|
134
|
-
|
135
|
-
end
|
136
|
-
nil
|
137
|
-
end
|
138
|
-
# return true if the element matches the provided how and what
|
139
|
-
def match? element, how, what
|
140
|
-
begin
|
141
|
-
attribute = element.send(how)
|
142
|
-
rescue NoMethodError
|
143
|
-
raise MissingWayOfFindingObjectException,
|
144
|
-
"#{how} is an unknown way of finding an <INPUT> element (#{what})"
|
145
|
-
end
|
146
|
-
|
147
|
-
what.matches(attribute)
|
148
|
-
end
|
149
|
-
|
150
|
-
def fast_locate
|
151
|
-
# Searching through all elements returned by ole_inner_elements
|
152
|
-
# is *significantly* slower than IE's getElementById() and
|
153
|
-
# getElementsByName() calls when how is :id or :name. However
|
154
|
-
# IE doesn't match Regexps, so first we make sure what is a String.
|
155
|
-
# In addition, IE's getElementById() will also return an element
|
156
|
-
# where the :name matches, so we will only return the results of
|
157
|
-
# getElementById() if the matching element actually HAS a matching
|
158
|
-
# :id.
|
159
|
-
|
160
|
-
the_id = @specifiers[:id]
|
161
|
-
if the_id && the_id.class == String &&
|
162
|
-
@specifiers[:index] == 1 && @specifiers.length == 2
|
163
|
-
@element = @document.getElementById(the_id) rescue nil
|
164
|
-
# Return if our fast match really HAS a matching :id
|
165
|
-
return true if @element && @element.invoke('id') == the_id
|
166
|
-
end
|
167
|
-
|
168
|
-
the_name = @specifiers[:name]
|
169
|
-
if the_name && the_name.class == String
|
170
|
-
@elements = @document.getElementsByName(the_name) rescue nil
|
171
|
-
end
|
172
|
-
false
|
173
|
-
end
|
174
|
-
|
175
|
-
|
176
|
-
|
1
|
+
module Watir
|
2
|
+
class Locator
|
3
|
+
include Watir
|
4
|
+
include Watir::Exception
|
5
|
+
|
6
|
+
def normalize_specifiers!(specifiers)
|
7
|
+
specifiers.each do |how, what|
|
8
|
+
case how
|
9
|
+
when :index
|
10
|
+
what = what.to_i
|
11
|
+
when :url
|
12
|
+
how = :href
|
13
|
+
when :class
|
14
|
+
how = :class_name
|
15
|
+
when :caption
|
16
|
+
how = :value
|
17
|
+
end
|
18
|
+
|
19
|
+
@specifiers[how] = what
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
|
24
|
+
end
|
25
|
+
|
26
|
+
class TaggedElementLocator < Locator
|
27
|
+
def initialize(container, tag)
|
28
|
+
@container = container
|
29
|
+
@tag = tag
|
30
|
+
end
|
31
|
+
|
32
|
+
def set_specifier(how, what)
|
33
|
+
if how.class == Hash and what.nil?
|
34
|
+
specifiers = how
|
35
|
+
else
|
36
|
+
specifiers = {how => what}
|
37
|
+
end
|
38
|
+
|
39
|
+
@specifiers = {:index => 1} # default if not specified
|
40
|
+
normalize_specifiers! specifiers
|
41
|
+
end
|
42
|
+
|
43
|
+
def each_element tag
|
44
|
+
@container.document.getElementsByTagName(tag).each do |ole_element|
|
45
|
+
yield Element.new(ole_element)
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
def locate
|
50
|
+
count = 0
|
51
|
+
each_element(@tag) do |element|
|
52
|
+
|
53
|
+
catch :next_element do
|
54
|
+
@specifiers.each do |how, what|
|
55
|
+
next if how == :index
|
56
|
+
unless match? element, how, what
|
57
|
+
throw :next_element
|
58
|
+
end
|
59
|
+
end
|
60
|
+
count += 1
|
61
|
+
unless count == @specifiers[:index]
|
62
|
+
throw :next_element
|
63
|
+
end
|
64
|
+
return element.ole_object
|
65
|
+
end
|
66
|
+
|
67
|
+
end # elements
|
68
|
+
nil
|
69
|
+
end
|
70
|
+
|
71
|
+
def match?(element, how, what)
|
72
|
+
begin
|
73
|
+
method = element.method(how)
|
74
|
+
rescue NameError
|
75
|
+
raise MissingWayOfFindingObjectException,
|
76
|
+
"#{how} is an unknown way of finding a <#{@tag}> element (#{what})"
|
77
|
+
end
|
78
|
+
case method.arity
|
79
|
+
when 0
|
80
|
+
what.matches method.call
|
81
|
+
when 1
|
82
|
+
method.call(what)
|
83
|
+
else
|
84
|
+
raise MissingWayOfFindingObjectException,
|
85
|
+
"#{how} is an unknown way of finding a <#{@tag}> element (#{what})"
|
86
|
+
end
|
87
|
+
end
|
88
|
+
|
89
|
+
end
|
90
|
+
class InputElementLocator < Locator
|
91
|
+
|
92
|
+
attr_accessor :document, :element, :elements
|
93
|
+
|
94
|
+
def initialize container, types
|
95
|
+
@container = container
|
96
|
+
@types = types
|
97
|
+
@elements = nil
|
98
|
+
end
|
99
|
+
|
100
|
+
def specifier= arg
|
101
|
+
how, what, value = arg
|
102
|
+
|
103
|
+
if how.class == Hash and what.nil?
|
104
|
+
specifiers = how
|
105
|
+
else
|
106
|
+
specifiers = {how => what}
|
107
|
+
end
|
108
|
+
|
109
|
+
@specifiers = {:index => 1} # default if not specified
|
110
|
+
if value
|
111
|
+
@specifiers[:value] = value.is_a?(Regexp) ? value : value.to_s
|
112
|
+
end
|
113
|
+
|
114
|
+
normalize_specifiers! specifiers
|
115
|
+
end
|
116
|
+
|
117
|
+
def locate
|
118
|
+
count = 0
|
119
|
+
@elements.each do |object|
|
120
|
+
element = Element.new(object)
|
121
|
+
|
122
|
+
catch :next_element do
|
123
|
+
throw :next_element unless @types.include?(element.type)
|
124
|
+
@specifiers.each do |how, what|
|
125
|
+
next if how == :index
|
126
|
+
unless match? element, how, what
|
127
|
+
throw :next_element
|
128
|
+
end
|
129
|
+
end
|
130
|
+
count += 1
|
131
|
+
throw :next_element unless count == @specifiers[:index]
|
132
|
+
return object
|
133
|
+
end
|
134
|
+
|
135
|
+
end
|
136
|
+
nil
|
137
|
+
end
|
138
|
+
# return true if the element matches the provided how and what
|
139
|
+
def match? element, how, what
|
140
|
+
begin
|
141
|
+
attribute = element.send(how)
|
142
|
+
rescue NoMethodError
|
143
|
+
raise MissingWayOfFindingObjectException,
|
144
|
+
"#{how} is an unknown way of finding an <INPUT> element (#{what})"
|
145
|
+
end
|
146
|
+
|
147
|
+
what.matches(attribute)
|
148
|
+
end
|
149
|
+
|
150
|
+
def fast_locate
|
151
|
+
# Searching through all elements returned by ole_inner_elements
|
152
|
+
# is *significantly* slower than IE's getElementById() and
|
153
|
+
# getElementsByName() calls when how is :id or :name. However
|
154
|
+
# IE doesn't match Regexps, so first we make sure what is a String.
|
155
|
+
# In addition, IE's getElementById() will also return an element
|
156
|
+
# where the :name matches, so we will only return the results of
|
157
|
+
# getElementById() if the matching element actually HAS a matching
|
158
|
+
# :id.
|
159
|
+
|
160
|
+
the_id = @specifiers[:id]
|
161
|
+
if the_id && the_id.class == String &&
|
162
|
+
@specifiers[:index] == 1 && @specifiers.length == 2
|
163
|
+
@element = @document.getElementById(the_id) rescue nil
|
164
|
+
# Return if our fast match really HAS a matching :id
|
165
|
+
return true if @element && @element.invoke('id') == the_id
|
166
|
+
end
|
167
|
+
|
168
|
+
the_name = @specifiers[:name]
|
169
|
+
if the_name && the_name.class == String
|
170
|
+
@elements = @document.getElementsByName(the_name) rescue nil
|
171
|
+
end
|
172
|
+
false
|
173
|
+
end
|
174
|
+
end
|
175
|
+
|
176
|
+
# This is like the TaggedElementLocator but
|
177
|
+
# get all the elements by forcing @tag to be '*'
|
178
|
+
class ElementLocator < TaggedElementLocator
|
179
|
+
def initialize(container)
|
180
|
+
@container = container
|
181
|
+
end
|
182
|
+
|
183
|
+
def each
|
184
|
+
count = 0
|
185
|
+
each_element('*') do |element|
|
186
|
+
catch :next_element do
|
187
|
+
@specifiers.each do |how, what|
|
188
|
+
next if how == :index
|
189
|
+
unless match? element, how, what
|
190
|
+
throw :next_element
|
191
|
+
end
|
192
|
+
end
|
193
|
+
yield element
|
194
|
+
end
|
195
|
+
end
|
196
|
+
nil
|
197
|
+
end
|
198
|
+
|
199
|
+
end
|
200
|
+
end
|