sum 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +10 -12
- data/Rakefile +6 -7
- data/config/externals.yml +3 -3
- data/config/schedule.rb +0 -1
- data/features/step_definitions/when.rb +3 -3
- data/features/support/env.rb +9 -10
- data/gemspec.rb +13 -14
- data/lib/sum.rb +8 -8
- data/lib/sum/helper/cron.rb +1 -1
- data/lib/sum/model/user.rb +3 -3
- data/vendor/fetcher/MIT-LICENSE +20 -0
- data/vendor/fetcher/README.rdoc +94 -0
- data/vendor/fetcher/Rakefile +30 -0
- data/vendor/fetcher/fetcher.gemspec +27 -0
- data/vendor/fetcher/gemspec.rb +17 -0
- data/vendor/fetcher/init.rb +0 -0
- data/vendor/fetcher/lib/fetcher.rb +23 -0
- data/vendor/fetcher/lib/fetcher/base.rb +63 -0
- data/vendor/fetcher/lib/fetcher/imap.rb +79 -0
- data/vendor/fetcher/lib/fetcher/pop.rb +50 -0
- data/vendor/fetcher/lib/vendor/plain_imap.rb +21 -0
- data/vendor/fetcher/lib/vendor/secure_pop.rb +125 -0
- data/vendor/fetcher/test/fetcher_test.rb +74 -0
- metadata +40 -241
- data/sum.gemspec +0 -69
- data/vendor/webrat/History.txt +0 -358
- data/vendor/webrat/MIT-LICENSE.txt +0 -19
- data/vendor/webrat/README.rdoc +0 -85
- data/vendor/webrat/Rakefile +0 -200
- data/vendor/webrat/install.rb +0 -1
- data/vendor/webrat/lib/webrat.rb +0 -31
- data/vendor/webrat/lib/webrat/core.rb +0 -14
- data/vendor/webrat/lib/webrat/core/configuration.rb +0 -102
- data/vendor/webrat/lib/webrat/core/elements/area.rb +0 -31
- data/vendor/webrat/lib/webrat/core/elements/element.rb +0 -33
- data/vendor/webrat/lib/webrat/core/elements/field.rb +0 -409
- data/vendor/webrat/lib/webrat/core/elements/form.rb +0 -103
- data/vendor/webrat/lib/webrat/core/elements/label.rb +0 -31
- data/vendor/webrat/lib/webrat/core/elements/link.rb +0 -93
- data/vendor/webrat/lib/webrat/core/elements/select_option.rb +0 -35
- data/vendor/webrat/lib/webrat/core/locators.rb +0 -20
- data/vendor/webrat/lib/webrat/core/locators/area_locator.rb +0 -38
- data/vendor/webrat/lib/webrat/core/locators/button_locator.rb +0 -54
- data/vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb +0 -37
- data/vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb +0 -56
- data/vendor/webrat/lib/webrat/core/locators/field_locator.rb +0 -25
- data/vendor/webrat/lib/webrat/core/locators/field_named_locator.rb +0 -41
- data/vendor/webrat/lib/webrat/core/locators/form_locator.rb +0 -19
- data/vendor/webrat/lib/webrat/core/locators/label_locator.rb +0 -34
- data/vendor/webrat/lib/webrat/core/locators/link_locator.rb +0 -74
- data/vendor/webrat/lib/webrat/core/locators/locator.rb +0 -20
- data/vendor/webrat/lib/webrat/core/locators/select_option_locator.rb +0 -59
- data/vendor/webrat/lib/webrat/core/logging.rb +0 -24
- data/vendor/webrat/lib/webrat/core/matchers.rb +0 -4
- data/vendor/webrat/lib/webrat/core/matchers/have_content.rb +0 -73
- data/vendor/webrat/lib/webrat/core/matchers/have_selector.rb +0 -74
- data/vendor/webrat/lib/webrat/core/matchers/have_tag.rb +0 -21
- data/vendor/webrat/lib/webrat/core/matchers/have_xpath.rb +0 -147
- data/vendor/webrat/lib/webrat/core/methods.rb +0 -63
- data/vendor/webrat/lib/webrat/core/mime.rb +0 -29
- data/vendor/webrat/lib/webrat/core/save_and_open_page.rb +0 -48
- data/vendor/webrat/lib/webrat/core/scope.rb +0 -350
- data/vendor/webrat/lib/webrat/core/session.rb +0 -299
- data/vendor/webrat/lib/webrat/core/xml.rb +0 -115
- data/vendor/webrat/lib/webrat/core/xml/hpricot.rb +0 -19
- data/vendor/webrat/lib/webrat/core/xml/nokogiri.rb +0 -76
- data/vendor/webrat/lib/webrat/core/xml/rexml.rb +0 -24
- data/vendor/webrat/lib/webrat/core_extensions/blank.rb +0 -58
- data/vendor/webrat/lib/webrat/core_extensions/deprecate.rb +0 -8
- data/vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb +0 -12
- data/vendor/webrat/lib/webrat/core_extensions/meta_class.rb +0 -6
- data/vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb +0 -5
- data/vendor/webrat/lib/webrat/core_extensions/tcp_socket.rb +0 -27
- data/vendor/webrat/lib/webrat/mechanize.rb +0 -74
- data/vendor/webrat/lib/webrat/merb.rb +0 -9
- data/vendor/webrat/lib/webrat/merb_multipart_support.rb +0 -27
- data/vendor/webrat/lib/webrat/merb_session.rb +0 -82
- data/vendor/webrat/lib/webrat/rack.rb +0 -25
- data/vendor/webrat/lib/webrat/rails.rb +0 -106
- data/vendor/webrat/lib/webrat/rspec-rails.rb +0 -10
- data/vendor/webrat/lib/webrat/selenium.rb +0 -81
- data/vendor/webrat/lib/webrat/selenium/application_server_factory.rb +0 -40
- data/vendor/webrat/lib/webrat/selenium/application_servers.rb +0 -5
- data/vendor/webrat/lib/webrat/selenium/application_servers/base.rb +0 -46
- data/vendor/webrat/lib/webrat/selenium/application_servers/external.rb +0 -26
- data/vendor/webrat/lib/webrat/selenium/application_servers/merb.rb +0 -50
- data/vendor/webrat/lib/webrat/selenium/application_servers/rails.rb +0 -44
- data/vendor/webrat/lib/webrat/selenium/application_servers/sinatra.rb +0 -37
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js +0 -19
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js +0 -16
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js +0 -5
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js +0 -12
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js +0 -15
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js +0 -5
- data/vendor/webrat/lib/webrat/selenium/matchers.rb +0 -4
- data/vendor/webrat/lib/webrat/selenium/matchers/have_content.rb +0 -66
- data/vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb +0 -49
- data/vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb +0 -72
- data/vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb +0 -45
- data/vendor/webrat/lib/webrat/selenium/selenium_extensions.js +0 -6
- data/vendor/webrat/lib/webrat/selenium/selenium_rc_server.rb +0 -84
- data/vendor/webrat/lib/webrat/selenium/selenium_session.rb +0 -248
- data/vendor/webrat/lib/webrat/selenium/silence_stream.rb +0 -18
- data/vendor/webrat/lib/webrat/sinatra.rb +0 -11
- data/vendor/webrat/spec/fakes/test_session.rb +0 -34
- data/vendor/webrat/spec/integration/merb/Rakefile +0 -35
- data/vendor/webrat/spec/integration/merb/app/controllers/application.rb +0 -2
- data/vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb +0 -13
- data/vendor/webrat/spec/integration/merb/app/controllers/testing.rb +0 -27
- data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb +0 -63
- data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb +0 -47
- data/vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb +0 -12
- data/vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb +0 -27
- data/vendor/webrat/spec/integration/merb/app/views/testing/upload.html.erb +0 -9
- data/vendor/webrat/spec/integration/merb/config/environments/development.rb +0 -15
- data/vendor/webrat/spec/integration/merb/config/environments/rake.rb +0 -11
- data/vendor/webrat/spec/integration/merb/config/environments/test.rb +0 -14
- data/vendor/webrat/spec/integration/merb/config/init.rb +0 -25
- data/vendor/webrat/spec/integration/merb/config/rack.rb +0 -11
- data/vendor/webrat/spec/integration/merb/config/router.rb +0 -34
- data/vendor/webrat/spec/integration/merb/spec/spec.opts +0 -1
- data/vendor/webrat/spec/integration/merb/spec/spec_helper.rb +0 -24
- data/vendor/webrat/spec/integration/merb/spec/webrat_spec.rb +0 -39
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb +0 -31
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb +0 -64
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb +0 -124
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor +0 -150
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb +0 -93
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb +0 -40
- data/vendor/webrat/spec/integration/rack/Rakefile +0 -5
- data/vendor/webrat/spec/integration/rack/app.rb +0 -73
- data/vendor/webrat/spec/integration/rack/test/helper.rb +0 -20
- data/vendor/webrat/spec/integration/rack/test/webrat_rack_test.rb +0 -62
- data/vendor/webrat/spec/integration/rails/Rakefile +0 -30
- data/vendor/webrat/spec/integration/rails/app/controllers/application.rb +0 -15
- data/vendor/webrat/spec/integration/rails/app/controllers/buttons_controller.rb +0 -7
- data/vendor/webrat/spec/integration/rails/app/controllers/fields_controller.rb +0 -4
- data/vendor/webrat/spec/integration/rails/app/controllers/links_controller.rb +0 -7
- data/vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb +0 -43
- data/vendor/webrat/spec/integration/rails/app/helpers/buttons_helper.rb +0 -2
- data/vendor/webrat/spec/integration/rails/app/helpers/fields_helper.rb +0 -2
- data/vendor/webrat/spec/integration/rails/app/helpers/links_helper.rb +0 -2
- data/vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb +0 -11
- data/vendor/webrat/spec/integration/rails/app/views/fields/show.html.erb +0 -9
- data/vendor/webrat/spec/integration/rails/app/views/links/show.html.erb +0 -5
- data/vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb +0 -4
- data/vendor/webrat/spec/integration/rails/app/views/webrat/buttons.html.erb +0 -11
- data/vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb +0 -28
- data/vendor/webrat/spec/integration/rails/config/boot.rb +0 -109
- data/vendor/webrat/spec/integration/rails/config/environment.rb +0 -12
- data/vendor/webrat/spec/integration/rails/config/environments/development.rb +0 -17
- data/vendor/webrat/spec/integration/rails/config/environments/selenium.rb +0 -22
- data/vendor/webrat/spec/integration/rails/config/environments/test.rb +0 -22
- data/vendor/webrat/spec/integration/rails/config/initializers/inflections.rb +0 -10
- data/vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb +0 -5
- data/vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb +0 -17
- data/vendor/webrat/spec/integration/rails/config/locales/en.yml +0 -5
- data/vendor/webrat/spec/integration/rails/config/routes.rb +0 -18
- data/vendor/webrat/spec/integration/rails/public/404.html +0 -30
- data/vendor/webrat/spec/integration/rails/public/422.html +0 -30
- data/vendor/webrat/spec/integration/rails/public/500.html +0 -33
- data/vendor/webrat/spec/integration/rails/script/about +0 -4
- data/vendor/webrat/spec/integration/rails/script/console +0 -3
- data/vendor/webrat/spec/integration/rails/script/dbconsole +0 -3
- data/vendor/webrat/spec/integration/rails/script/destroy +0 -3
- data/vendor/webrat/spec/integration/rails/script/generate +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/benchmarker +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/profiler +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/request +0 -3
- data/vendor/webrat/spec/integration/rails/script/plugin +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/inspector +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/reaper +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/spawner +0 -3
- data/vendor/webrat/spec/integration/rails/script/runner +0 -3
- data/vendor/webrat/spec/integration/rails/script/server +0 -3
- data/vendor/webrat/spec/integration/rails/test/integration/button_click_test.rb +0 -80
- data/vendor/webrat/spec/integration/rails/test/integration/fill_in_test.rb +0 -24
- data/vendor/webrat/spec/integration/rails/test/integration/link_click_test.rb +0 -27
- data/vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb +0 -97
- data/vendor/webrat/spec/integration/rails/test/test_helper.rb +0 -25
- data/vendor/webrat/spec/integration/sinatra/Rakefile +0 -5
- data/vendor/webrat/spec/integration/sinatra/classic_app.rb +0 -64
- data/vendor/webrat/spec/integration/sinatra/modular_app.rb +0 -16
- data/vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb +0 -37
- data/vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb +0 -18
- data/vendor/webrat/spec/integration/sinatra/test/test_helper.rb +0 -16
- data/vendor/webrat/spec/private/core/configuration_spec.rb +0 -116
- data/vendor/webrat/spec/private/core/field_spec.rb +0 -85
- data/vendor/webrat/spec/private/core/link_spec.rb +0 -24
- data/vendor/webrat/spec/private/core/logging_spec.rb +0 -10
- data/vendor/webrat/spec/private/core/session_spec.rb +0 -195
- data/vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb +0 -81
- data/vendor/webrat/spec/private/merb/attaches_file_spec.rb +0 -93
- data/vendor/webrat/spec/private/merb/merb_session_spec.rb +0 -61
- data/vendor/webrat/spec/private/nokogiri_spec.rb +0 -77
- data/vendor/webrat/spec/private/rails/attaches_file_spec.rb +0 -81
- data/vendor/webrat/spec/private/rails/rails_session_spec.rb +0 -112
- data/vendor/webrat/spec/private/selenium/application_servers/rails_spec.rb +0 -26
- data/vendor/webrat/spec/public/basic_auth_spec.rb +0 -24
- data/vendor/webrat/spec/public/check_spec.rb +0 -191
- data/vendor/webrat/spec/public/choose_spec.rb +0 -118
- data/vendor/webrat/spec/public/click_area_spec.rb +0 -106
- data/vendor/webrat/spec/public/click_button_spec.rb +0 -496
- data/vendor/webrat/spec/public/click_link_spec.rb +0 -511
- data/vendor/webrat/spec/public/fill_in_spec.rb +0 -209
- data/vendor/webrat/spec/public/locators/field_by_xpath_spec.rb +0 -19
- data/vendor/webrat/spec/public/locators/field_labeled_spec.rb +0 -172
- data/vendor/webrat/spec/public/locators/field_with_id_spec.rb +0 -16
- data/vendor/webrat/spec/public/matchers/contain_spec.rb +0 -114
- data/vendor/webrat/spec/public/matchers/have_selector_spec.rb +0 -142
- data/vendor/webrat/spec/public/matchers/have_tag_spec.rb +0 -39
- data/vendor/webrat/spec/public/matchers/have_xpath_spec.rb +0 -136
- data/vendor/webrat/spec/public/reload_spec.rb +0 -10
- data/vendor/webrat/spec/public/save_and_open_spec.rb +0 -70
- data/vendor/webrat/spec/public/select_date_spec.rb +0 -112
- data/vendor/webrat/spec/public/select_datetime_spec.rb +0 -137
- data/vendor/webrat/spec/public/select_spec.rb +0 -249
- data/vendor/webrat/spec/public/select_time_spec.rb +0 -100
- data/vendor/webrat/spec/public/selenium/application_server_factory_spec.rb +0 -49
- data/vendor/webrat/spec/public/selenium/application_servers/external_spec.rb +0 -12
- data/vendor/webrat/spec/public/selenium/selenium_session_spec.rb +0 -37
- data/vendor/webrat/spec/public/set_hidden_field_spec.rb +0 -5
- data/vendor/webrat/spec/public/submit_form_spec.rb +0 -5
- data/vendor/webrat/spec/public/visit_spec.rb +0 -58
- data/vendor/webrat/spec/public/within_spec.rb +0 -177
- data/vendor/webrat/spec/rcov.opts +0 -1
- data/vendor/webrat/spec/spec.opts +0 -2
- data/vendor/webrat/spec/spec_helper.rb +0 -50
@@ -1,103 +0,0 @@
|
|
1
|
-
require "webrat/core/elements/field"
|
2
|
-
require "webrat/core_extensions/blank"
|
3
|
-
|
4
|
-
require "webrat/core/elements/element"
|
5
|
-
require "webrat/core/locators/field_named_locator"
|
6
|
-
|
7
|
-
module Webrat
|
8
|
-
class Form < Element #:nodoc:
|
9
|
-
attr_reader :element
|
10
|
-
|
11
|
-
def self.xpath_search
|
12
|
-
".//form"
|
13
|
-
end
|
14
|
-
|
15
|
-
def fields
|
16
|
-
@fields ||= Field.load_all(@session, @element)
|
17
|
-
end
|
18
|
-
|
19
|
-
def submit
|
20
|
-
@session.request_page(form_action, form_method, params)
|
21
|
-
end
|
22
|
-
|
23
|
-
def field_named(name, *field_types)
|
24
|
-
Webrat::Locators::FieldNamedLocator.new(@session, dom, name, *field_types).locate
|
25
|
-
end
|
26
|
-
|
27
|
-
protected
|
28
|
-
|
29
|
-
def dom
|
30
|
-
Webrat::XML.xpath_at(@session.dom, path)
|
31
|
-
end
|
32
|
-
|
33
|
-
def fields_by_type(field_types)
|
34
|
-
if field_types.any?
|
35
|
-
fields.select { |f| field_types.include?(f.class) }
|
36
|
-
else
|
37
|
-
fields
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
def params
|
42
|
-
all_params = {}
|
43
|
-
|
44
|
-
fields.each do |field|
|
45
|
-
next if field.to_param.nil?
|
46
|
-
merge(all_params, field.to_param)
|
47
|
-
end
|
48
|
-
|
49
|
-
all_params
|
50
|
-
end
|
51
|
-
|
52
|
-
def form_method
|
53
|
-
Webrat::XML.attribute(@element, "method").blank? ? :get : Webrat::XML.attribute(@element, "method").downcase
|
54
|
-
end
|
55
|
-
|
56
|
-
def form_action
|
57
|
-
Webrat::XML.attribute(@element, "action").blank? ? @session.current_url : Webrat::XML.attribute(@element, "action")
|
58
|
-
end
|
59
|
-
|
60
|
-
def merge(all_params, new_param)
|
61
|
-
new_param.each do |key, value|
|
62
|
-
case all_params[key]
|
63
|
-
when *hash_classes
|
64
|
-
merge_hash_values(all_params[key], value)
|
65
|
-
when Array
|
66
|
-
all_params[key] += value
|
67
|
-
else
|
68
|
-
all_params[key] = value
|
69
|
-
end
|
70
|
-
end
|
71
|
-
end
|
72
|
-
|
73
|
-
def merge_hash_values(a, b) # :nodoc:
|
74
|
-
a.keys.each do |k|
|
75
|
-
if b.has_key?(k)
|
76
|
-
case [a[k], b[k]].map{|value| value.class}
|
77
|
-
when *hash_classes.zip(hash_classes)
|
78
|
-
a[k] = merge_hash_values(a[k], b[k])
|
79
|
-
b.delete(k)
|
80
|
-
when [Array, Array]
|
81
|
-
a[k] += b[k]
|
82
|
-
b.delete(k)
|
83
|
-
end
|
84
|
-
end
|
85
|
-
end
|
86
|
-
a.merge!(b)
|
87
|
-
end
|
88
|
-
|
89
|
-
def hash_classes
|
90
|
-
klasses = [Hash]
|
91
|
-
|
92
|
-
case Webrat.configuration.mode
|
93
|
-
when :rails
|
94
|
-
klasses << HashWithIndifferentAccess
|
95
|
-
when :merb
|
96
|
-
klasses << Mash
|
97
|
-
end
|
98
|
-
|
99
|
-
klasses
|
100
|
-
end
|
101
|
-
|
102
|
-
end
|
103
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
require "webrat/core/elements/element"
|
2
|
-
|
3
|
-
module Webrat
|
4
|
-
class Label < Element #:nodoc:
|
5
|
-
|
6
|
-
attr_reader :element
|
7
|
-
|
8
|
-
def self.xpath_search
|
9
|
-
".//label"
|
10
|
-
end
|
11
|
-
|
12
|
-
def for_id
|
13
|
-
Webrat::XML.attribute(@element, "for")
|
14
|
-
end
|
15
|
-
|
16
|
-
def field
|
17
|
-
Field.load(@session, field_element)
|
18
|
-
end
|
19
|
-
|
20
|
-
protected
|
21
|
-
|
22
|
-
def field_element
|
23
|
-
if for_id.blank?
|
24
|
-
Webrat::XML.xpath_at(@element, *Field.xpath_search_excluding_hidden)
|
25
|
-
else
|
26
|
-
Webrat::XML.css_search(@session.current_dom, "#" + for_id).first
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
end
|
31
|
-
end
|
@@ -1,93 +0,0 @@
|
|
1
|
-
require "English"
|
2
|
-
|
3
|
-
require "webrat/core_extensions/blank"
|
4
|
-
require "webrat/core/elements/element"
|
5
|
-
|
6
|
-
module Webrat
|
7
|
-
class Link < Element #:nodoc:
|
8
|
-
|
9
|
-
def self.xpath_search
|
10
|
-
".//a[@href]"
|
11
|
-
end
|
12
|
-
|
13
|
-
def click(options = {})
|
14
|
-
method = options[:method] || http_method
|
15
|
-
return if href =~ /^#/ && method == :get
|
16
|
-
|
17
|
-
options[:javascript] = true if options[:javascript].nil?
|
18
|
-
|
19
|
-
if options[:javascript]
|
20
|
-
@session.request_page(absolute_href, method, data)
|
21
|
-
else
|
22
|
-
@session.request_page(absolute_href, :get, {})
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
protected
|
27
|
-
|
28
|
-
def id
|
29
|
-
Webrat::XML.attribute(@element, "id")
|
30
|
-
end
|
31
|
-
|
32
|
-
def data
|
33
|
-
authenticity_token.blank? ? {} : {"authenticity_token" => authenticity_token}
|
34
|
-
end
|
35
|
-
|
36
|
-
def title
|
37
|
-
Webrat::XML.attribute(@element, "title")
|
38
|
-
end
|
39
|
-
|
40
|
-
def href
|
41
|
-
Webrat::XML.attribute(@element, "href")
|
42
|
-
end
|
43
|
-
|
44
|
-
def absolute_href
|
45
|
-
if href =~ /^\?/
|
46
|
-
"#{@session.current_url}#{href}"
|
47
|
-
elsif href !~ %r{^https?://} && (href !~ /^\//)
|
48
|
-
"#{@session.current_url}/#{href}"
|
49
|
-
else
|
50
|
-
href
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
def authenticity_token
|
55
|
-
return unless onclick && onclick.include?("s.setAttribute('name', 'authenticity_token');") &&
|
56
|
-
onclick =~ /s\.setAttribute\('value', '([a-f0-9]{40})'\);/
|
57
|
-
$LAST_MATCH_INFO.captures.first
|
58
|
-
end
|
59
|
-
|
60
|
-
def onclick
|
61
|
-
Webrat::XML.attribute(@element, "onclick")
|
62
|
-
end
|
63
|
-
|
64
|
-
def http_method
|
65
|
-
if !onclick.blank? && onclick.include?("f.submit()")
|
66
|
-
http_method_from_js_form
|
67
|
-
else
|
68
|
-
:get
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
def http_method_from_js_form
|
73
|
-
if onclick.include?("m.setAttribute('name', '_method')")
|
74
|
-
http_method_from_fake_method_param
|
75
|
-
else
|
76
|
-
:post
|
77
|
-
end
|
78
|
-
end
|
79
|
-
|
80
|
-
def http_method_from_fake_method_param
|
81
|
-
if onclick.include?("m.setAttribute('value', 'delete')")
|
82
|
-
:delete
|
83
|
-
elsif onclick.include?("m.setAttribute('value', 'put')")
|
84
|
-
:put
|
85
|
-
elsif onclick.include?("m.setAttribute('value', 'post')")
|
86
|
-
:post
|
87
|
-
else
|
88
|
-
raise Webrat::WebratError.new("No HTTP method for _method param in #{onclick.inspect}")
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
end
|
93
|
-
end
|
@@ -1,35 +0,0 @@
|
|
1
|
-
require "webrat/core/elements/element"
|
2
|
-
|
3
|
-
module Webrat
|
4
|
-
class SelectOption < Element #:nodoc:
|
5
|
-
|
6
|
-
def self.xpath_search
|
7
|
-
".//option"
|
8
|
-
end
|
9
|
-
|
10
|
-
def choose
|
11
|
-
select.raise_error_if_disabled
|
12
|
-
select.set(value)
|
13
|
-
end
|
14
|
-
|
15
|
-
protected
|
16
|
-
|
17
|
-
def select
|
18
|
-
SelectField.load(@session, select_element)
|
19
|
-
end
|
20
|
-
|
21
|
-
def select_element
|
22
|
-
parent = @element.parent
|
23
|
-
|
24
|
-
while parent.respond_to?(:parent)
|
25
|
-
return parent if parent.name == 'select'
|
26
|
-
parent = parent.parent
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
def value
|
31
|
-
Webrat::XML.attribute(@element, "value") || Webrat::XML.inner_html(@element)
|
32
|
-
end
|
33
|
-
|
34
|
-
end
|
35
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
require "webrat/core/locators/area_locator"
|
2
|
-
require "webrat/core/locators/button_locator"
|
3
|
-
require "webrat/core/locators/field_labeled_locator"
|
4
|
-
require "webrat/core/locators/label_locator"
|
5
|
-
require "webrat/core/locators/field_named_locator"
|
6
|
-
require "webrat/core/locators/field_by_id_locator"
|
7
|
-
require "webrat/core/locators/select_option_locator"
|
8
|
-
require "webrat/core/locators/link_locator"
|
9
|
-
require "webrat/core/locators/field_locator"
|
10
|
-
require "webrat/core/locators/form_locator"
|
11
|
-
|
12
|
-
module Webrat
|
13
|
-
module Locators
|
14
|
-
|
15
|
-
def field_by_xpath(xpath)
|
16
|
-
Field.load(@session, Webrat::XML.xpath_at(dom, xpath))
|
17
|
-
end
|
18
|
-
|
19
|
-
end
|
20
|
-
end
|
@@ -1,38 +0,0 @@
|
|
1
|
-
require "webrat/core/locators/locator"
|
2
|
-
|
3
|
-
module Webrat
|
4
|
-
module Locators
|
5
|
-
|
6
|
-
class AreaLocator < Locator # :nodoc:
|
7
|
-
|
8
|
-
def locate
|
9
|
-
Area.load(@session, area_element)
|
10
|
-
end
|
11
|
-
|
12
|
-
def area_element
|
13
|
-
area_elements.detect do |area_element|
|
14
|
-
Webrat::XML.attribute(area_element, "title") =~ matcher ||
|
15
|
-
Webrat::XML.attribute(area_element, "id") =~ matcher
|
16
|
-
end
|
17
|
-
end
|
18
|
-
|
19
|
-
def matcher
|
20
|
-
/#{Regexp.escape(@value.to_s)}/i
|
21
|
-
end
|
22
|
-
|
23
|
-
def area_elements
|
24
|
-
Webrat::XML.xpath_search(@dom, Area.xpath_search)
|
25
|
-
end
|
26
|
-
|
27
|
-
def error_message
|
28
|
-
"Could not find area with name #{@value}"
|
29
|
-
end
|
30
|
-
|
31
|
-
end
|
32
|
-
|
33
|
-
def find_area(id_or_title) #:nodoc:
|
34
|
-
AreaLocator.new(@session, dom, id_or_title).locate!
|
35
|
-
end
|
36
|
-
|
37
|
-
end
|
38
|
-
end
|
@@ -1,54 +0,0 @@
|
|
1
|
-
require "webrat/core/locators/locator"
|
2
|
-
|
3
|
-
module Webrat
|
4
|
-
module Locators
|
5
|
-
|
6
|
-
class ButtonLocator < Locator # :nodoc:
|
7
|
-
|
8
|
-
def locate
|
9
|
-
ButtonField.load(@session, button_element)
|
10
|
-
end
|
11
|
-
|
12
|
-
def button_element
|
13
|
-
button_elements.detect do |element|
|
14
|
-
@value.nil? ||
|
15
|
-
matches_id?(element) ||
|
16
|
-
matches_value?(element) ||
|
17
|
-
matches_html?(element) ||
|
18
|
-
matches_alt?(element)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
def matches_id?(element)
|
23
|
-
(@value.is_a?(Regexp) && Webrat::XML.attribute(element, "id") =~ @value) ||
|
24
|
-
(!@value.is_a?(Regexp) && Webrat::XML.attribute(element, "id") == @value.to_s)
|
25
|
-
end
|
26
|
-
|
27
|
-
def matches_value?(element)
|
28
|
-
Webrat::XML.attribute(element, "value") =~ /^\W*#{Regexp.escape(@value.to_s)}/i
|
29
|
-
end
|
30
|
-
|
31
|
-
def matches_html?(element)
|
32
|
-
Webrat::XML.inner_html(element) =~ /#{Regexp.escape(@value.to_s)}/i
|
33
|
-
end
|
34
|
-
|
35
|
-
def matches_alt?(element)
|
36
|
-
Webrat::XML.attribute(element, "alt") =~ /^\W*#{Regexp.escape(@value.to_s)}/i
|
37
|
-
end
|
38
|
-
|
39
|
-
def button_elements
|
40
|
-
Webrat::XML.xpath_search(@dom, *ButtonField.xpath_search)
|
41
|
-
end
|
42
|
-
|
43
|
-
def error_message
|
44
|
-
"Could not find button #{@value.inspect}"
|
45
|
-
end
|
46
|
-
|
47
|
-
end
|
48
|
-
|
49
|
-
def find_button(value) #:nodoc:
|
50
|
-
ButtonLocator.new(@session, dom, value).locate!
|
51
|
-
end
|
52
|
-
|
53
|
-
end
|
54
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
require "webrat/core/locators/locator"
|
2
|
-
|
3
|
-
module Webrat
|
4
|
-
module Locators
|
5
|
-
|
6
|
-
class FieldByIdLocator < Locator # :nodoc:
|
7
|
-
|
8
|
-
def locate
|
9
|
-
Field.load(@session, field_element)
|
10
|
-
end
|
11
|
-
|
12
|
-
def field_element
|
13
|
-
field_elements.detect do |field_element|
|
14
|
-
if @value.is_a?(Regexp)
|
15
|
-
Webrat::XML.attribute(field_element, "id") =~ @value
|
16
|
-
else
|
17
|
-
Webrat::XML.attribute(field_element, "id") == @value.to_s
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
def field_elements
|
23
|
-
Webrat::XML.xpath_search(@dom, *Field.xpath_search)
|
24
|
-
end
|
25
|
-
|
26
|
-
def error_message
|
27
|
-
"Could not find field with id #{@value.inspect}"
|
28
|
-
end
|
29
|
-
|
30
|
-
end
|
31
|
-
|
32
|
-
def field_with_id(id, *field_types)
|
33
|
-
FieldByIdLocator.new(@session, dom, id, *field_types).locate!
|
34
|
-
end
|
35
|
-
|
36
|
-
end
|
37
|
-
end
|
@@ -1,56 +0,0 @@
|
|
1
|
-
require "webrat/core_extensions/detect_mapped"
|
2
|
-
require "webrat/core/locators/locator"
|
3
|
-
|
4
|
-
module Webrat
|
5
|
-
module Locators
|
6
|
-
|
7
|
-
class FieldLabeledLocator < Locator # :nodoc:
|
8
|
-
|
9
|
-
def locate
|
10
|
-
matching_labels.any? && matching_labels.detect_mapped { |label| label.field }
|
11
|
-
end
|
12
|
-
|
13
|
-
def matching_labels
|
14
|
-
matching_label_elements.sort_by do |label_element|
|
15
|
-
text(label_element).length
|
16
|
-
end.map do |label_element|
|
17
|
-
Label.load(@session, label_element)
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
def matching_label_elements
|
22
|
-
label_elements.select do |label_element|
|
23
|
-
text(label_element) =~ /^\W*#{Regexp.escape(@value.to_s)}(\b|\Z)/i
|
24
|
-
end
|
25
|
-
end
|
26
|
-
|
27
|
-
def label_elements
|
28
|
-
Webrat::XML.xpath_search(@dom, Label.xpath_search)
|
29
|
-
end
|
30
|
-
|
31
|
-
def error_message
|
32
|
-
"Could not find field labeled #{@value.inspect}"
|
33
|
-
end
|
34
|
-
|
35
|
-
def text(element)
|
36
|
-
str = Webrat::XML.all_inner_text(element)
|
37
|
-
str.gsub!("\n","")
|
38
|
-
str.strip!
|
39
|
-
str.squeeze!(" ")
|
40
|
-
str
|
41
|
-
end
|
42
|
-
|
43
|
-
end
|
44
|
-
|
45
|
-
# Locates a form field based on a <tt>label</tt> element in the HTML source.
|
46
|
-
# This can be useful in order to verify that a field is pre-filled with the
|
47
|
-
# correct value.
|
48
|
-
#
|
49
|
-
# Example:
|
50
|
-
# field_labeled("First name").value.should == "Bryan"
|
51
|
-
def field_labeled(label, *field_types)
|
52
|
-
FieldLabeledLocator.new(@session, dom, label, *field_types).locate!
|
53
|
-
end
|
54
|
-
|
55
|
-
end
|
56
|
-
end
|