celerity 0.8.5 → 0.8.6
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/celerity.gemspec +82 -81
- data/lib/celerity/element.rb +9 -6
- data/lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar +0 -0
- data/lib/celerity/xpath_support.rb +4 -6
- metadata +151 -157
data/VERSION.yml
CHANGED
data/celerity.gemspec
CHANGED
@@ -1,110 +1,111 @@
|
|
1
1
|
# Generated by jeweler
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
-
# Instead, edit Jeweler::Tasks in Rakefile, and run
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{celerity}
|
8
|
-
s.version = "0.8.
|
8
|
+
s.version = "0.8.6"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Jari Bakken", "T. Alexander Lystad", "Knut Johannes Dahle"]
|
12
|
-
s.date = %q{2010-12-
|
12
|
+
s.date = %q{2010-12-16}
|
13
13
|
s.description = %q{Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity provides a superset of Watir's API.}
|
14
14
|
s.email = %q{jari.bakken@gmail.com}
|
15
15
|
s.extra_rdoc_files = [
|
16
16
|
"LICENSE",
|
17
|
-
|
17
|
+
"README.rdoc"
|
18
18
|
]
|
19
19
|
s.files = [
|
20
20
|
"HISTORY",
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
21
|
+
"LICENSE",
|
22
|
+
"README.rdoc",
|
23
|
+
"Rakefile",
|
24
|
+
"VERSION.yml",
|
25
|
+
"celerity.gemspec",
|
26
|
+
"lib/celerity.rb",
|
27
|
+
"lib/celerity/browser.rb",
|
28
|
+
"lib/celerity/clickable_element.rb",
|
29
|
+
"lib/celerity/collections.rb",
|
30
|
+
"lib/celerity/container.rb",
|
31
|
+
"lib/celerity/default_viewer.rb",
|
32
|
+
"lib/celerity/disabled_element.rb",
|
33
|
+
"lib/celerity/element.rb",
|
34
|
+
"lib/celerity/element_collection.rb",
|
35
|
+
"lib/celerity/element_locator.rb",
|
36
|
+
"lib/celerity/elements/button.rb",
|
37
|
+
"lib/celerity/elements/file_field.rb",
|
38
|
+
"lib/celerity/elements/form.rb",
|
39
|
+
"lib/celerity/elements/frame.rb",
|
40
|
+
"lib/celerity/elements/image.rb",
|
41
|
+
"lib/celerity/elements/label.rb",
|
42
|
+
"lib/celerity/elements/link.rb",
|
43
|
+
"lib/celerity/elements/meta.rb",
|
44
|
+
"lib/celerity/elements/non_control_elements.rb",
|
45
|
+
"lib/celerity/elements/option.rb",
|
46
|
+
"lib/celerity/elements/radio_check.rb",
|
47
|
+
"lib/celerity/elements/select_list.rb",
|
48
|
+
"lib/celerity/elements/table.rb",
|
49
|
+
"lib/celerity/elements/table_cell.rb",
|
50
|
+
"lib/celerity/elements/table_elements.rb",
|
51
|
+
"lib/celerity/elements/table_row.rb",
|
52
|
+
"lib/celerity/elements/text_field.rb",
|
53
|
+
"lib/celerity/exception.rb",
|
54
|
+
"lib/celerity/htmlunit.rb",
|
55
|
+
"lib/celerity/htmlunit/apache-mime4j-0.6.jar",
|
56
|
+
"lib/celerity/htmlunit/commons-codec-1.4.jar",
|
57
|
+
"lib/celerity/htmlunit/commons-collections-3.2.1.jar",
|
58
|
+
"lib/celerity/htmlunit/commons-io-2.0.jar",
|
59
|
+
"lib/celerity/htmlunit/commons-lang-2.5.jar",
|
60
|
+
"lib/celerity/htmlunit/commons-logging-1.1.1.jar",
|
61
|
+
"lib/celerity/htmlunit/cssparser-0.9.5.jar",
|
62
|
+
"lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar",
|
63
|
+
"lib/celerity/htmlunit/htmlunit-core-js-2.9-SNAPSHOT.jar",
|
64
|
+
"lib/celerity/htmlunit/httpclient-4.0.3.jar",
|
65
|
+
"lib/celerity/htmlunit/httpcore-4.0.1.jar",
|
66
|
+
"lib/celerity/htmlunit/httpmime-4.0.3.jar",
|
67
|
+
"lib/celerity/htmlunit/nekohtml-1.9.15-20101026.093020-2.jar",
|
68
|
+
"lib/celerity/htmlunit/sac-1.3.jar",
|
69
|
+
"lib/celerity/htmlunit/serializer-2.7.1.jar",
|
70
|
+
"lib/celerity/htmlunit/xalan-2.7.1.jar",
|
71
|
+
"lib/celerity/htmlunit/xercesImpl-2.9.1.jar",
|
72
|
+
"lib/celerity/htmlunit/xml-apis-1.3.04.jar",
|
73
|
+
"lib/celerity/identifier.rb",
|
74
|
+
"lib/celerity/ignoring_web_connection.rb",
|
75
|
+
"lib/celerity/input_element.rb",
|
76
|
+
"lib/celerity/javascript_debugger.rb",
|
77
|
+
"lib/celerity/listener.rb",
|
78
|
+
"lib/celerity/resources/no_viewer.png",
|
79
|
+
"lib/celerity/short_inspect.rb",
|
80
|
+
"lib/celerity/util.rb",
|
81
|
+
"lib/celerity/version.rb",
|
82
|
+
"lib/celerity/viewer_connection.rb",
|
83
|
+
"lib/celerity/watir_compatibility.rb",
|
84
|
+
"lib/celerity/xpath_support.rb",
|
85
|
+
"tasks/benchmark.rake",
|
86
|
+
"tasks/check.rake",
|
87
|
+
"tasks/clean.rake",
|
88
|
+
"tasks/fix.rake",
|
89
|
+
"tasks/jar.rake",
|
90
|
+
"tasks/jeweler.rake",
|
91
|
+
"tasks/rdoc.rake",
|
92
|
+
"tasks/snapshot.rake",
|
93
|
+
"tasks/spec.rake",
|
94
|
+
"tasks/website.rake",
|
95
|
+
"tasks/yard.rake"
|
96
96
|
]
|
97
97
|
s.homepage = %q{http://github.com/jarib/celerity}
|
98
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
98
99
|
s.require_paths = ["lib"]
|
99
100
|
s.rubyforge_project = %q{celerity}
|
100
|
-
s.rubygems_version = %q{1.3.
|
101
|
+
s.rubygems_version = %q{1.3.6}
|
101
102
|
s.summary = %q{Celerity is a JRuby library for easy and fast functional test automation for web applications.}
|
102
103
|
|
103
104
|
if s.respond_to? :specification_version then
|
104
105
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
105
106
|
s.specification_version = 3
|
106
107
|
|
107
|
-
if Gem::Version.new(Gem::
|
108
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
108
109
|
s.add_development_dependency(%q<rspec>, ["~> 2.0.0"])
|
109
110
|
s.add_development_dependency(%q<yard>, [">= 0"])
|
110
111
|
s.add_development_dependency(%q<sinatra>, [">= 1.0"])
|
data/lib/celerity/element.rb
CHANGED
@@ -9,6 +9,7 @@ module Celerity
|
|
9
9
|
include Container
|
10
10
|
|
11
11
|
attr_reader :container
|
12
|
+
attr_writer :identifier_string
|
12
13
|
|
13
14
|
# HTML 4.01 Transitional DTD
|
14
15
|
HTML_401_TRANSITIONAL = {
|
@@ -290,12 +291,14 @@ module Celerity
|
|
290
291
|
private
|
291
292
|
|
292
293
|
def identifier_string
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
294
|
+
@identifier_string ||= (
|
295
|
+
if @conditions.size == 1
|
296
|
+
how, what = @conditions.to_a.first
|
297
|
+
"#{how.inspect} and #{what.inspect}"
|
298
|
+
else
|
299
|
+
@conditions.inspect
|
300
|
+
end
|
301
|
+
)
|
299
302
|
end
|
300
303
|
|
301
304
|
def selector_to_attribute(meth)
|
Binary file
|
@@ -16,7 +16,7 @@ module Celerity
|
|
16
16
|
def element_by_xpath(xpath)
|
17
17
|
assert_exists
|
18
18
|
obj = @page.getFirstByXPath(xpath)
|
19
|
-
element_from_dom_node(obj)
|
19
|
+
element_from_dom_node(obj, ":xpath and #{xpath.inspect}")
|
20
20
|
end
|
21
21
|
|
22
22
|
#
|
@@ -30,23 +30,21 @@ module Celerity
|
|
30
30
|
assert_exists
|
31
31
|
objects = @page.getByXPath(xpath)
|
32
32
|
# should use an ElementCollection here?
|
33
|
-
objects.map { |o| element_from_dom_node(o) }
|
33
|
+
objects.map { |o| element_from_dom_node(o) }
|
34
34
|
end
|
35
35
|
|
36
36
|
#
|
37
37
|
# Convert the given HtmlUnit DomNode to a Celerity object
|
38
38
|
#
|
39
39
|
|
40
|
-
def element_from_dom_node(obj)
|
40
|
+
def element_from_dom_node(obj, identifier_string = nil)
|
41
41
|
element_class = Util.htmlunit2celerity(obj.class) || Element
|
42
42
|
element = element_class.new(self, :object, obj)
|
43
43
|
|
44
|
+
element.identifier_string = identifier_string
|
44
45
|
element.extend(ClickableElement) unless element.is_a?(ClickableElement)
|
45
46
|
|
46
47
|
element
|
47
48
|
end
|
48
|
-
|
49
|
-
|
50
49
|
end
|
51
|
-
|
52
50
|
end
|
metadata
CHANGED
@@ -3,77 +3,73 @@ name: celerity
|
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
version: 0.8.
|
6
|
+
- 0
|
7
|
+
- 8
|
8
|
+
- 6
|
9
|
+
version: 0.8.6
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
|
-
- Jari Bakken
|
13
|
-
- T. Alexander Lystad
|
14
|
-
- Knut Johannes Dahle
|
12
|
+
- Jari Bakken
|
13
|
+
- T. Alexander Lystad
|
14
|
+
- Knut Johannes Dahle
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-12-
|
19
|
+
date: 2010-12-16 00:00:00 +01:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
|
-
- !ruby/object:Gem::Dependency
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
- 0
|
74
|
-
version: "0"
|
75
|
-
type: :development
|
76
|
-
version_requirements: *id004
|
22
|
+
- !ruby/object:Gem::Dependency
|
23
|
+
name: rspec
|
24
|
+
prerelease: false
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
segments:
|
30
|
+
- 2
|
31
|
+
- 0
|
32
|
+
- 0
|
33
|
+
version: 2.0.0
|
34
|
+
type: :development
|
35
|
+
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: yard
|
38
|
+
prerelease: false
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
|
+
requirements:
|
41
|
+
- - ">="
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
segments:
|
44
|
+
- 0
|
45
|
+
version: "0"
|
46
|
+
type: :development
|
47
|
+
version_requirements: *id002
|
48
|
+
- !ruby/object:Gem::Dependency
|
49
|
+
name: sinatra
|
50
|
+
prerelease: false
|
51
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - ">="
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
segments:
|
56
|
+
- 1
|
57
|
+
- 0
|
58
|
+
version: "1.0"
|
59
|
+
type: :development
|
60
|
+
version_requirements: *id003
|
61
|
+
- !ruby/object:Gem::Dependency
|
62
|
+
name: mongrel
|
63
|
+
prerelease: false
|
64
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
segments:
|
69
|
+
- 0
|
70
|
+
version: "0"
|
71
|
+
type: :development
|
72
|
+
version_requirements: *id004
|
77
73
|
description: "Celerity is a JRuby wrapper around HtmlUnit \xE2\x80\x93 a headless Java browser with JavaScript support. It provides a simple API for programmatic navigation through web applications. Celerity provides a superset of Watir's API."
|
78
74
|
email: jari.bakken@gmail.com
|
79
75
|
executables: []
|
@@ -81,114 +77,112 @@ executables: []
|
|
81
77
|
extensions: []
|
82
78
|
|
83
79
|
extra_rdoc_files:
|
84
|
-
- LICENSE
|
85
|
-
- README.rdoc
|
80
|
+
- LICENSE
|
81
|
+
- README.rdoc
|
86
82
|
files:
|
87
|
-
- HISTORY
|
88
|
-
- LICENSE
|
89
|
-
- README.rdoc
|
90
|
-
- Rakefile
|
91
|
-
- VERSION.yml
|
92
|
-
- celerity.gemspec
|
93
|
-
- lib/celerity.rb
|
94
|
-
- lib/celerity/browser.rb
|
95
|
-
- lib/celerity/clickable_element.rb
|
96
|
-
- lib/celerity/collections.rb
|
97
|
-
- lib/celerity/container.rb
|
98
|
-
- lib/celerity/default_viewer.rb
|
99
|
-
- lib/celerity/disabled_element.rb
|
100
|
-
- lib/celerity/element.rb
|
101
|
-
- lib/celerity/element_collection.rb
|
102
|
-
- lib/celerity/element_locator.rb
|
103
|
-
- lib/celerity/elements/button.rb
|
104
|
-
- lib/celerity/elements/file_field.rb
|
105
|
-
- lib/celerity/elements/form.rb
|
106
|
-
- lib/celerity/elements/frame.rb
|
107
|
-
- lib/celerity/elements/image.rb
|
108
|
-
- lib/celerity/elements/label.rb
|
109
|
-
- lib/celerity/elements/link.rb
|
110
|
-
- lib/celerity/elements/meta.rb
|
111
|
-
- lib/celerity/elements/non_control_elements.rb
|
112
|
-
- lib/celerity/elements/option.rb
|
113
|
-
- lib/celerity/elements/radio_check.rb
|
114
|
-
- lib/celerity/elements/select_list.rb
|
115
|
-
- lib/celerity/elements/table.rb
|
116
|
-
- lib/celerity/elements/table_cell.rb
|
117
|
-
- lib/celerity/elements/table_elements.rb
|
118
|
-
- lib/celerity/elements/table_row.rb
|
119
|
-
- lib/celerity/elements/text_field.rb
|
120
|
-
- lib/celerity/exception.rb
|
121
|
-
- lib/celerity/htmlunit.rb
|
122
|
-
- lib/celerity/htmlunit/apache-mime4j-0.6.jar
|
123
|
-
- lib/celerity/htmlunit/commons-codec-1.4.jar
|
124
|
-
- lib/celerity/htmlunit/commons-collections-3.2.1.jar
|
125
|
-
- lib/celerity/htmlunit/commons-io-2.0.jar
|
126
|
-
- lib/celerity/htmlunit/commons-lang-2.5.jar
|
127
|
-
- lib/celerity/htmlunit/commons-logging-1.1.1.jar
|
128
|
-
- lib/celerity/htmlunit/cssparser-0.9.5.jar
|
129
|
-
- lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar
|
130
|
-
- lib/celerity/htmlunit/htmlunit-core-js-2.9-SNAPSHOT.jar
|
131
|
-
- lib/celerity/htmlunit/httpclient-4.0.3.jar
|
132
|
-
- lib/celerity/htmlunit/httpcore-4.0.1.jar
|
133
|
-
- lib/celerity/htmlunit/httpmime-4.0.3.jar
|
134
|
-
- lib/celerity/htmlunit/nekohtml-1.9.15-20101026.093020-2.jar
|
135
|
-
- lib/celerity/htmlunit/sac-1.3.jar
|
136
|
-
- lib/celerity/htmlunit/serializer-2.7.1.jar
|
137
|
-
- lib/celerity/htmlunit/xalan-2.7.1.jar
|
138
|
-
- lib/celerity/htmlunit/xercesImpl-2.9.1.jar
|
139
|
-
- lib/celerity/htmlunit/xml-apis-1.3.04.jar
|
140
|
-
- lib/celerity/identifier.rb
|
141
|
-
- lib/celerity/ignoring_web_connection.rb
|
142
|
-
- lib/celerity/input_element.rb
|
143
|
-
- lib/celerity/javascript_debugger.rb
|
144
|
-
- lib/celerity/listener.rb
|
145
|
-
- lib/celerity/resources/no_viewer.png
|
146
|
-
- lib/celerity/short_inspect.rb
|
147
|
-
- lib/celerity/util.rb
|
148
|
-
- lib/celerity/version.rb
|
149
|
-
- lib/celerity/viewer_connection.rb
|
150
|
-
- lib/celerity/watir_compatibility.rb
|
151
|
-
- lib/celerity/xpath_support.rb
|
152
|
-
- tasks/benchmark.rake
|
153
|
-
- tasks/check.rake
|
154
|
-
- tasks/clean.rake
|
155
|
-
- tasks/fix.rake
|
156
|
-
- tasks/jar.rake
|
157
|
-
- tasks/jeweler.rake
|
158
|
-
- tasks/rdoc.rake
|
159
|
-
- tasks/snapshot.rake
|
160
|
-
- tasks/spec.rake
|
161
|
-
- tasks/website.rake
|
162
|
-
- tasks/yard.rake
|
83
|
+
- HISTORY
|
84
|
+
- LICENSE
|
85
|
+
- README.rdoc
|
86
|
+
- Rakefile
|
87
|
+
- VERSION.yml
|
88
|
+
- celerity.gemspec
|
89
|
+
- lib/celerity.rb
|
90
|
+
- lib/celerity/browser.rb
|
91
|
+
- lib/celerity/clickable_element.rb
|
92
|
+
- lib/celerity/collections.rb
|
93
|
+
- lib/celerity/container.rb
|
94
|
+
- lib/celerity/default_viewer.rb
|
95
|
+
- lib/celerity/disabled_element.rb
|
96
|
+
- lib/celerity/element.rb
|
97
|
+
- lib/celerity/element_collection.rb
|
98
|
+
- lib/celerity/element_locator.rb
|
99
|
+
- lib/celerity/elements/button.rb
|
100
|
+
- lib/celerity/elements/file_field.rb
|
101
|
+
- lib/celerity/elements/form.rb
|
102
|
+
- lib/celerity/elements/frame.rb
|
103
|
+
- lib/celerity/elements/image.rb
|
104
|
+
- lib/celerity/elements/label.rb
|
105
|
+
- lib/celerity/elements/link.rb
|
106
|
+
- lib/celerity/elements/meta.rb
|
107
|
+
- lib/celerity/elements/non_control_elements.rb
|
108
|
+
- lib/celerity/elements/option.rb
|
109
|
+
- lib/celerity/elements/radio_check.rb
|
110
|
+
- lib/celerity/elements/select_list.rb
|
111
|
+
- lib/celerity/elements/table.rb
|
112
|
+
- lib/celerity/elements/table_cell.rb
|
113
|
+
- lib/celerity/elements/table_elements.rb
|
114
|
+
- lib/celerity/elements/table_row.rb
|
115
|
+
- lib/celerity/elements/text_field.rb
|
116
|
+
- lib/celerity/exception.rb
|
117
|
+
- lib/celerity/htmlunit.rb
|
118
|
+
- lib/celerity/htmlunit/apache-mime4j-0.6.jar
|
119
|
+
- lib/celerity/htmlunit/commons-codec-1.4.jar
|
120
|
+
- lib/celerity/htmlunit/commons-collections-3.2.1.jar
|
121
|
+
- lib/celerity/htmlunit/commons-io-2.0.jar
|
122
|
+
- lib/celerity/htmlunit/commons-lang-2.5.jar
|
123
|
+
- lib/celerity/htmlunit/commons-logging-1.1.1.jar
|
124
|
+
- lib/celerity/htmlunit/cssparser-0.9.5.jar
|
125
|
+
- lib/celerity/htmlunit/htmlunit-2.9-SNAPSHOT.jar
|
126
|
+
- lib/celerity/htmlunit/htmlunit-core-js-2.9-SNAPSHOT.jar
|
127
|
+
- lib/celerity/htmlunit/httpclient-4.0.3.jar
|
128
|
+
- lib/celerity/htmlunit/httpcore-4.0.1.jar
|
129
|
+
- lib/celerity/htmlunit/httpmime-4.0.3.jar
|
130
|
+
- lib/celerity/htmlunit/nekohtml-1.9.15-20101026.093020-2.jar
|
131
|
+
- lib/celerity/htmlunit/sac-1.3.jar
|
132
|
+
- lib/celerity/htmlunit/serializer-2.7.1.jar
|
133
|
+
- lib/celerity/htmlunit/xalan-2.7.1.jar
|
134
|
+
- lib/celerity/htmlunit/xercesImpl-2.9.1.jar
|
135
|
+
- lib/celerity/htmlunit/xml-apis-1.3.04.jar
|
136
|
+
- lib/celerity/identifier.rb
|
137
|
+
- lib/celerity/ignoring_web_connection.rb
|
138
|
+
- lib/celerity/input_element.rb
|
139
|
+
- lib/celerity/javascript_debugger.rb
|
140
|
+
- lib/celerity/listener.rb
|
141
|
+
- lib/celerity/resources/no_viewer.png
|
142
|
+
- lib/celerity/short_inspect.rb
|
143
|
+
- lib/celerity/util.rb
|
144
|
+
- lib/celerity/version.rb
|
145
|
+
- lib/celerity/viewer_connection.rb
|
146
|
+
- lib/celerity/watir_compatibility.rb
|
147
|
+
- lib/celerity/xpath_support.rb
|
148
|
+
- tasks/benchmark.rake
|
149
|
+
- tasks/check.rake
|
150
|
+
- tasks/clean.rake
|
151
|
+
- tasks/fix.rake
|
152
|
+
- tasks/jar.rake
|
153
|
+
- tasks/jeweler.rake
|
154
|
+
- tasks/rdoc.rake
|
155
|
+
- tasks/snapshot.rake
|
156
|
+
- tasks/spec.rake
|
157
|
+
- tasks/website.rake
|
158
|
+
- tasks/yard.rake
|
163
159
|
has_rdoc: true
|
164
160
|
homepage: http://github.com/jarib/celerity
|
165
161
|
licenses: []
|
166
162
|
|
167
163
|
post_install_message:
|
168
|
-
rdoc_options:
|
169
|
-
|
164
|
+
rdoc_options:
|
165
|
+
- --charset=UTF-8
|
170
166
|
require_paths:
|
171
|
-
- lib
|
167
|
+
- lib
|
172
168
|
required_ruby_version: !ruby/object:Gem::Requirement
|
173
|
-
none: false
|
174
169
|
requirements:
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
170
|
+
- - ">="
|
171
|
+
- !ruby/object:Gem::Version
|
172
|
+
segments:
|
173
|
+
- 0
|
174
|
+
version: "0"
|
180
175
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
181
|
-
none: false
|
182
176
|
requirements:
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
177
|
+
- - ">="
|
178
|
+
- !ruby/object:Gem::Version
|
179
|
+
segments:
|
180
|
+
- 0
|
181
|
+
version: "0"
|
188
182
|
requirements: []
|
189
183
|
|
190
184
|
rubyforge_project: celerity
|
191
|
-
rubygems_version: 1.3.
|
185
|
+
rubygems_version: 1.3.6
|
192
186
|
signing_key:
|
193
187
|
specification_version: 3
|
194
188
|
summary: Celerity is a JRuby library for easy and fast functional test automation for web applications.
|