capybara-click_at 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 9a7c12f89448d0bcd6dd7ed6e332c329313c3576
4
+ data.tar.gz: 9bef3be3ef512ff697ee9222eb27009db1ba49d2
5
+ SHA512:
6
+ metadata.gz: 626d09b4e3ae58884cc4cba9ddc87aede647ade5a84cff57c477bcebf875426ee808f1114909e154b3f3d21bc40f5e9158e53318129c64e7992974ba00350db4
7
+ data.tar.gz: 3743b5ab2e5479dabdf8fad62b8ac9f078780d260a7b9472e44922039bb0ea3bd921bc6cc7c44b20d9ef74349c9863f3b4a1497daf99a099aaa7058ffa54ca35
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.4.2
7
+ before_install: gem install bundler -v 1.16.4
@@ -0,0 +1,21 @@
1
+ # appraise "capybara-1.1" do
2
+ # gem "capybara", "1.1.4"
3
+ # gem "selenium-webdriver", "~> 2.0"
4
+ # end
5
+
6
+ # appraise "capybara-2.0" do
7
+ # gem "capybara", "2.0.0"
8
+ # gem "selenium-webdriver", "~> 2.0"
9
+ # end
10
+
11
+ appraise "capybara-2.18" do
12
+ gem "capybara", "2.18.0"
13
+ end
14
+
15
+ appraise "capybara-3.0" do
16
+ gem "capybara", "3.0.0"
17
+ end
18
+
19
+ appraise "capybara-3.5" do
20
+ gem "capybara", "3.0.0"
21
+ end
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at dzmitry.kovalenok@thehamon.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in capybara_click_at.gemspec
6
+ gemspec
@@ -0,0 +1,91 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ appraisal (2.2.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ capybara (3.5.1)
16
+ addressable
17
+ mini_mime (>= 0.1.3)
18
+ nokogiri (~> 1.8)
19
+ rack (>= 1.6.0)
20
+ rack-test (>= 0.6.3)
21
+ xpath (~> 3.1)
22
+ capybara-webkit (1.15.0)
23
+ capybara (>= 2.3, < 4.0)
24
+ json
25
+ childprocess (0.9.0)
26
+ ffi (~> 1.0, >= 1.0.11)
27
+ cliver (0.3.2)
28
+ coderay (1.1.2)
29
+ diff-lcs (1.3)
30
+ ffi (1.9.25)
31
+ json (2.1.0)
32
+ method_source (0.9.0)
33
+ mini_mime (1.0.0)
34
+ mini_portile2 (2.3.0)
35
+ nokogiri (1.8.4)
36
+ mini_portile2 (~> 2.3.0)
37
+ poltergeist (1.18.1)
38
+ capybara (>= 2.1, < 4)
39
+ cliver (~> 0.3.1)
40
+ websocket-driver (>= 0.2.0)
41
+ pry (0.11.3)
42
+ coderay (~> 1.1.0)
43
+ method_source (~> 0.9.0)
44
+ public_suffix (3.0.2)
45
+ puma (3.12.0)
46
+ rack (2.0.5)
47
+ rack-test (1.1.0)
48
+ rack (>= 1.0, < 3)
49
+ rake (10.5.0)
50
+ rspec (3.8.0)
51
+ rspec-core (~> 3.8.0)
52
+ rspec-expectations (~> 3.8.0)
53
+ rspec-mocks (~> 3.8.0)
54
+ rspec-core (3.8.0)
55
+ rspec-support (~> 3.8.0)
56
+ rspec-expectations (3.8.1)
57
+ diff-lcs (>= 1.2.0, < 2.0)
58
+ rspec-support (~> 3.8.0)
59
+ rspec-mocks (3.8.0)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.8.0)
62
+ rspec-support (3.8.0)
63
+ rubyzip (1.2.2)
64
+ selenium-webdriver (3.14.0)
65
+ childprocess (~> 0.5)
66
+ rubyzip (~> 1.2)
67
+ thor (0.20.0)
68
+ websocket-driver (0.7.0)
69
+ websocket-extensions (>= 0.1.0)
70
+ websocket-extensions (0.1.3)
71
+ xpath (3.1.0)
72
+ nokogiri (~> 1.8)
73
+
74
+ PLATFORMS
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ appraisal (~> 2.2)
79
+ bundler (~> 1.16)
80
+ capybara (~> 3.5)
81
+ capybara-webkit (~> 1.15)
82
+ capybara_click_at!
83
+ poltergeist (~> 1.18)
84
+ pry (~> 0.11)
85
+ puma (~> 3.12)
86
+ rake (~> 10.0)
87
+ rspec (~> 3.0)
88
+ selenium-webdriver (~> 3.14)
89
+
90
+ BUNDLED WITH
91
+ 1.16.4
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Dzmitry
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,69 @@
1
+ # CapybaraClickAt - click_at(point) capybara helper
2
+
3
+ ## Why do you need it?
4
+
5
+ 1. If you want to click at certain point on a map
6
+ 2. If you want to click at certain point on a canvas, colour select etc.
7
+
8
+
9
+ ## Installation
10
+
11
+ Add this line to your application's Gemfile:
12
+
13
+ ```ruby
14
+ group :test do
15
+ gem 'capybara-click_at'
16
+ end
17
+ ```
18
+
19
+ And then execute:
20
+
21
+ $ bundle
22
+
23
+ Or install it yourself as:
24
+
25
+ $ gem install capybara-click_at
26
+
27
+ ### Rspec
28
+
29
+ In your spec_helper.rb
30
+
31
+ ```
32
+ RSpec.configure do |config|
33
+ config.include CapybaraClickAt
34
+ end
35
+ ```
36
+
37
+ ### Cucumber
38
+
39
+ In your env.rb
40
+
41
+ ```
42
+ World CapybaraClickAt
43
+ ```
44
+
45
+ ## Usage
46
+
47
+ ### Click at certain point on the page
48
+
49
+ ```ruby
50
+ click_at(5, 5)
51
+ ```
52
+
53
+ ### Click at certain point inside a container specified by CSS or XPath selector
54
+
55
+ ```ruby
56
+ click_at(5, 5, css: '#map')
57
+ click_at(5, 5, xpath: '//div[@id="select-colour"]')
58
+ ```
59
+
60
+ ## Contributing
61
+
62
+ 1. Add a test case which covers the bug
63
+ 2. Add code which makes the test green
64
+ 3. Open pull request
65
+
66
+
67
+ ## License
68
+
69
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "capybara_click_at"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,45 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "capybara_click_at/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "capybara-click_at"
8
+ spec.version = CapybaraClickAt::VERSION
9
+ spec.authors = ["Dzmitry"]
10
+ spec.email = ["dzm.kovk@gmail.com"]
11
+
12
+ spec.summary = %q{Adds click_at(x, y) Capybara helper}
13
+ spec.description = %{Sometimes I want to click at some point on a map in the tests. This gem adds click_at(point) helper which serves the need}
14
+ spec.homepage = "https://github.com/Hirurg103/capybara_click_at"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = 'https://rubygems.org'
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+ # Specify which files should be added to the gem when it is released.
27
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
28
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
29
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
30
+ end
31
+ spec.bindir = "exe"
32
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
+ spec.require_paths = ["lib"]
34
+
35
+ spec.add_development_dependency "bundler", "~> 1.16"
36
+ spec.add_development_dependency "rake", "~> 10.0"
37
+ spec.add_development_dependency "rspec", "~> 3.0"
38
+ spec.add_development_dependency "capybara", "~> 3.5"
39
+ spec.add_development_dependency "selenium-webdriver", "~> 3.14"
40
+ spec.add_development_dependency "capybara-webkit", "~> 1.15"
41
+ spec.add_development_dependency "poltergeist", "~> 1.18"
42
+ spec.add_development_dependency "pry", "~> 0.11"
43
+ spec.add_development_dependency "puma", "~> 3.12"
44
+ spec.add_development_dependency "appraisal", "~> 2.2"
45
+ end
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "1.1.4"
6
+ gem "selenium-webdriver", "~> 2.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,78 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ appraisal (2.2.0)
10
+ bundler
11
+ rake
12
+ thor (>= 0.14.0)
13
+ capybara (1.1.4)
14
+ mime-types (>= 1.16)
15
+ nokogiri (>= 1.3.3)
16
+ rack (>= 1.0.0)
17
+ rack-test (>= 0.5.4)
18
+ selenium-webdriver (~> 2.0)
19
+ xpath (~> 0.1.4)
20
+ childprocess (0.9.0)
21
+ ffi (~> 1.0, >= 1.0.11)
22
+ coderay (1.1.2)
23
+ diff-lcs (1.3)
24
+ ffi (1.9.25)
25
+ method_source (0.9.0)
26
+ mime-types (3.2.2)
27
+ mime-types-data (~> 3.2015)
28
+ mime-types-data (3.2018.0812)
29
+ mini_portile2 (2.3.0)
30
+ nokogiri (1.8.4)
31
+ mini_portile2 (~> 2.3.0)
32
+ pry (0.11.3)
33
+ coderay (~> 1.1.0)
34
+ method_source (~> 0.9.0)
35
+ puma (3.12.0)
36
+ rack (2.0.5)
37
+ rack-test (1.1.0)
38
+ rack (>= 1.0, < 3)
39
+ rake (10.5.0)
40
+ rspec (3.8.0)
41
+ rspec-core (~> 3.8.0)
42
+ rspec-expectations (~> 3.8.0)
43
+ rspec-mocks (~> 3.8.0)
44
+ rspec-core (3.8.0)
45
+ rspec-support (~> 3.8.0)
46
+ rspec-expectations (3.8.1)
47
+ diff-lcs (>= 1.2.0, < 2.0)
48
+ rspec-support (~> 3.8.0)
49
+ rspec-mocks (3.8.0)
50
+ diff-lcs (>= 1.2.0, < 2.0)
51
+ rspec-support (~> 3.8.0)
52
+ rspec-support (3.8.0)
53
+ rubyzip (1.2.2)
54
+ selenium-webdriver (2.53.4)
55
+ childprocess (~> 0.5)
56
+ rubyzip (~> 1.0)
57
+ websocket (~> 1.0)
58
+ thor (0.20.0)
59
+ websocket (1.2.8)
60
+ xpath (0.1.4)
61
+ nokogiri (~> 1.3)
62
+
63
+ PLATFORMS
64
+ ruby
65
+
66
+ DEPENDENCIES
67
+ appraisal (~> 2.2.0)
68
+ bundler (~> 1.16)
69
+ capybara (= 1.1.4)
70
+ capybara_click_at!
71
+ pry (~> 0.11.0)
72
+ puma (~> 3.12.0)
73
+ rake (~> 10.0)
74
+ rspec (~> 3.0)
75
+ selenium-webdriver (~> 2.0)
76
+
77
+ BUNDLED WITH
78
+ 1.16.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "1.6.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "2.0.0"
6
+ gem "selenium-webdriver", "~> 2.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,79 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ appraisal (2.2.0)
10
+ bundler
11
+ rake
12
+ thor (>= 0.14.0)
13
+ capybara (2.0.0)
14
+ mime-types (>= 1.16)
15
+ nokogiri (>= 1.3.3)
16
+ rack (>= 1.0.0)
17
+ rack-test (>= 0.5.4)
18
+ selenium-webdriver (~> 2.0)
19
+ xpath (~> 1.0.0)
20
+ childprocess (0.9.0)
21
+ ffi (~> 1.0, >= 1.0.11)
22
+ coderay (1.1.2)
23
+ diff-lcs (1.3)
24
+ ffi (1.9.25)
25
+ method_source (0.9.0)
26
+ mime-types (3.2.2)
27
+ mime-types-data (~> 3.2015)
28
+ mime-types-data (3.2018.0812)
29
+ mini_portile2 (2.3.0)
30
+ nokogiri (1.8.4)
31
+ mini_portile2 (~> 2.3.0)
32
+ pry (0.11.3)
33
+ coderay (~> 1.1.0)
34
+ method_source (~> 0.9.0)
35
+ puma (3.12.0)
36
+ rack (2.0.5)
37
+ rack-test (1.1.0)
38
+ rack (>= 1.0, < 3)
39
+ rake (10.5.0)
40
+ rspec (3.8.0)
41
+ rspec-core (~> 3.8.0)
42
+ rspec-expectations (~> 3.8.0)
43
+ rspec-mocks (~> 3.8.0)
44
+ rspec-core (3.8.0)
45
+ rspec-support (~> 3.8.0)
46
+ rspec-expectations (3.8.1)
47
+ diff-lcs (>= 1.2.0, < 2.0)
48
+ rspec-support (~> 3.8.0)
49
+ rspec-mocks (3.8.0)
50
+ diff-lcs (>= 1.2.0, < 2.0)
51
+ rspec-support (~> 3.8.0)
52
+ rspec-support (3.8.0)
53
+ rubyzip (1.2.2)
54
+ selenium-webdriver (2.53.4)
55
+ childprocess (~> 0.5)
56
+ rubyzip (~> 1.0)
57
+ websocket (~> 1.0)
58
+ thor (0.20.0)
59
+ websocket (1.2.8)
60
+ xpath (1.0.0)
61
+ nokogiri (~> 1.3)
62
+
63
+ PLATFORMS
64
+ ruby
65
+
66
+ DEPENDENCIES
67
+ appraisal (~> 2.2.0)
68
+ bundler (~> 1.16)
69
+ capybara (= 2.0.0)
70
+ capybara_click_at!
71
+ pry (~> 0.11.0)
72
+ puma (~> 3.12.0)
73
+ rack (~> 2.0)
74
+ rake (~> 10.0)
75
+ rspec (~> 3.0)
76
+ selenium-webdriver (~> 2.0)
77
+
78
+ BUNDLED WITH
79
+ 1.16.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "2.18.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,91 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ appraisal (2.2.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ capybara (2.18.0)
16
+ addressable
17
+ mini_mime (>= 0.1.3)
18
+ nokogiri (>= 1.3.3)
19
+ rack (>= 1.0.0)
20
+ rack-test (>= 0.5.4)
21
+ xpath (>= 2.0, < 4.0)
22
+ capybara-webkit (1.15.0)
23
+ capybara (>= 2.3, < 4.0)
24
+ json
25
+ childprocess (0.9.0)
26
+ ffi (~> 1.0, >= 1.0.11)
27
+ cliver (0.3.2)
28
+ coderay (1.1.2)
29
+ diff-lcs (1.3)
30
+ ffi (1.9.25)
31
+ json (2.1.0)
32
+ method_source (0.9.0)
33
+ mini_mime (1.0.0)
34
+ mini_portile2 (2.3.0)
35
+ nokogiri (1.8.4)
36
+ mini_portile2 (~> 2.3.0)
37
+ poltergeist (1.18.1)
38
+ capybara (>= 2.1, < 4)
39
+ cliver (~> 0.3.1)
40
+ websocket-driver (>= 0.2.0)
41
+ pry (0.11.3)
42
+ coderay (~> 1.1.0)
43
+ method_source (~> 0.9.0)
44
+ public_suffix (3.0.2)
45
+ puma (3.12.0)
46
+ rack (2.0.5)
47
+ rack-test (1.1.0)
48
+ rack (>= 1.0, < 3)
49
+ rake (10.5.0)
50
+ rspec (3.8.0)
51
+ rspec-core (~> 3.8.0)
52
+ rspec-expectations (~> 3.8.0)
53
+ rspec-mocks (~> 3.8.0)
54
+ rspec-core (3.8.0)
55
+ rspec-support (~> 3.8.0)
56
+ rspec-expectations (3.8.1)
57
+ diff-lcs (>= 1.2.0, < 2.0)
58
+ rspec-support (~> 3.8.0)
59
+ rspec-mocks (3.8.0)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.8.0)
62
+ rspec-support (3.8.0)
63
+ rubyzip (1.2.2)
64
+ selenium-webdriver (3.14.0)
65
+ childprocess (~> 0.5)
66
+ rubyzip (~> 1.2)
67
+ thor (0.20.0)
68
+ websocket-driver (0.7.0)
69
+ websocket-extensions (>= 0.1.0)
70
+ websocket-extensions (0.1.3)
71
+ xpath (3.1.0)
72
+ nokogiri (~> 1.8)
73
+
74
+ PLATFORMS
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ appraisal (~> 2.2.0)
79
+ bundler (~> 1.16)
80
+ capybara (= 2.18.0)
81
+ capybara-webkit (~> 1.15)
82
+ capybara_click_at!
83
+ poltergeist (~> 1.18)
84
+ pry (~> 0.11.0)
85
+ puma (~> 3.12.0)
86
+ rake (~> 10.0)
87
+ rspec (~> 3.0)
88
+ selenium-webdriver (~> 3.14.0)
89
+
90
+ BUNDLED WITH
91
+ 1.16.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "2.18.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,77 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ appraisal (2.2.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ capybara (2.18.0)
16
+ addressable
17
+ mini_mime (>= 0.1.3)
18
+ nokogiri (>= 1.3.3)
19
+ rack (>= 1.0.0)
20
+ rack-test (>= 0.5.4)
21
+ xpath (>= 2.0, < 4.0)
22
+ childprocess (0.9.0)
23
+ ffi (~> 1.0, >= 1.0.11)
24
+ coderay (1.1.2)
25
+ diff-lcs (1.3)
26
+ ffi (1.9.25)
27
+ method_source (0.9.0)
28
+ mini_mime (1.0.0)
29
+ mini_portile2 (2.3.0)
30
+ nokogiri (1.8.4)
31
+ mini_portile2 (~> 2.3.0)
32
+ pry (0.11.3)
33
+ coderay (~> 1.1.0)
34
+ method_source (~> 0.9.0)
35
+ public_suffix (3.0.2)
36
+ puma (3.12.0)
37
+ rack (2.0.5)
38
+ rack-test (1.1.0)
39
+ rack (>= 1.0, < 3)
40
+ rake (10.5.0)
41
+ rspec (3.8.0)
42
+ rspec-core (~> 3.8.0)
43
+ rspec-expectations (~> 3.8.0)
44
+ rspec-mocks (~> 3.8.0)
45
+ rspec-core (3.8.0)
46
+ rspec-support (~> 3.8.0)
47
+ rspec-expectations (3.8.1)
48
+ diff-lcs (>= 1.2.0, < 2.0)
49
+ rspec-support (~> 3.8.0)
50
+ rspec-mocks (3.8.0)
51
+ diff-lcs (>= 1.2.0, < 2.0)
52
+ rspec-support (~> 3.8.0)
53
+ rspec-support (3.8.0)
54
+ rubyzip (1.2.1)
55
+ selenium-webdriver (3.14.0)
56
+ childprocess (~> 0.5)
57
+ rubyzip (~> 1.2)
58
+ thor (0.20.0)
59
+ xpath (3.1.0)
60
+ nokogiri (~> 1.8)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ appraisal (~> 2.2.0)
67
+ bundler (~> 1.16)
68
+ capybara (= 2.18.0)
69
+ capybara_click_at!
70
+ pry (~> 0.11.0)
71
+ puma (~> 3.12.0)
72
+ rake (~> 10.0)
73
+ rspec (~> 3.0)
74
+ selenium-webdriver (~> 3.14.0)
75
+
76
+ BUNDLED WITH
77
+ 1.16.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "3.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,91 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ appraisal (2.2.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ capybara (3.0.0)
16
+ addressable
17
+ mini_mime (>= 0.1.3)
18
+ nokogiri (~> 1.8)
19
+ rack (>= 1.6.0)
20
+ rack-test (>= 0.6.3)
21
+ xpath (~> 3.0)
22
+ capybara-webkit (1.15.0)
23
+ capybara (>= 2.3, < 4.0)
24
+ json
25
+ childprocess (0.9.0)
26
+ ffi (~> 1.0, >= 1.0.11)
27
+ cliver (0.3.2)
28
+ coderay (1.1.2)
29
+ diff-lcs (1.3)
30
+ ffi (1.9.25)
31
+ json (2.1.0)
32
+ method_source (0.9.0)
33
+ mini_mime (1.0.1)
34
+ mini_portile2 (2.3.0)
35
+ nokogiri (1.8.4)
36
+ mini_portile2 (~> 2.3.0)
37
+ poltergeist (1.18.1)
38
+ capybara (>= 2.1, < 4)
39
+ cliver (~> 0.3.1)
40
+ websocket-driver (>= 0.2.0)
41
+ pry (0.11.3)
42
+ coderay (~> 1.1.0)
43
+ method_source (~> 0.9.0)
44
+ public_suffix (3.0.3)
45
+ puma (3.12.0)
46
+ rack (2.0.5)
47
+ rack-test (1.1.0)
48
+ rack (>= 1.0, < 3)
49
+ rake (10.5.0)
50
+ rspec (3.8.0)
51
+ rspec-core (~> 3.8.0)
52
+ rspec-expectations (~> 3.8.0)
53
+ rspec-mocks (~> 3.8.0)
54
+ rspec-core (3.8.0)
55
+ rspec-support (~> 3.8.0)
56
+ rspec-expectations (3.8.1)
57
+ diff-lcs (>= 1.2.0, < 2.0)
58
+ rspec-support (~> 3.8.0)
59
+ rspec-mocks (3.8.0)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.8.0)
62
+ rspec-support (3.8.0)
63
+ rubyzip (1.2.2)
64
+ selenium-webdriver (3.14.0)
65
+ childprocess (~> 0.5)
66
+ rubyzip (~> 1.2)
67
+ thor (0.20.0)
68
+ websocket-driver (0.7.0)
69
+ websocket-extensions (>= 0.1.0)
70
+ websocket-extensions (0.1.3)
71
+ xpath (3.1.0)
72
+ nokogiri (~> 1.8)
73
+
74
+ PLATFORMS
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ appraisal (~> 2.2.0)
79
+ bundler (~> 1.16)
80
+ capybara (= 3.0.0)
81
+ capybara-webkit (~> 1.15)
82
+ capybara_click_at!
83
+ poltergeist (~> 1.18)
84
+ pry (~> 0.11.0)
85
+ puma (~> 3.12.0)
86
+ rake (~> 10.0)
87
+ rspec (~> 3.0)
88
+ selenium-webdriver (~> 3.14.0)
89
+
90
+ BUNDLED WITH
91
+ 1.16.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "3.0.0"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,91 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ appraisal (2.2.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ capybara (3.0.0)
16
+ addressable
17
+ mini_mime (>= 0.1.3)
18
+ nokogiri (~> 1.8)
19
+ rack (>= 1.6.0)
20
+ rack-test (>= 0.6.3)
21
+ xpath (~> 3.0)
22
+ capybara-webkit (1.15.0)
23
+ capybara (>= 2.3, < 4.0)
24
+ json
25
+ childprocess (0.9.0)
26
+ ffi (~> 1.0, >= 1.0.11)
27
+ cliver (0.3.2)
28
+ coderay (1.1.2)
29
+ diff-lcs (1.3)
30
+ ffi (1.9.25)
31
+ json (2.1.0)
32
+ method_source (0.9.0)
33
+ mini_mime (1.0.1)
34
+ mini_portile2 (2.3.0)
35
+ nokogiri (1.8.4)
36
+ mini_portile2 (~> 2.3.0)
37
+ poltergeist (1.18.1)
38
+ capybara (>= 2.1, < 4)
39
+ cliver (~> 0.3.1)
40
+ websocket-driver (>= 0.2.0)
41
+ pry (0.11.3)
42
+ coderay (~> 1.1.0)
43
+ method_source (~> 0.9.0)
44
+ public_suffix (3.0.3)
45
+ puma (3.12.0)
46
+ rack (2.0.5)
47
+ rack-test (1.1.0)
48
+ rack (>= 1.0, < 3)
49
+ rake (10.5.0)
50
+ rspec (3.8.0)
51
+ rspec-core (~> 3.8.0)
52
+ rspec-expectations (~> 3.8.0)
53
+ rspec-mocks (~> 3.8.0)
54
+ rspec-core (3.8.0)
55
+ rspec-support (~> 3.8.0)
56
+ rspec-expectations (3.8.1)
57
+ diff-lcs (>= 1.2.0, < 2.0)
58
+ rspec-support (~> 3.8.0)
59
+ rspec-mocks (3.8.0)
60
+ diff-lcs (>= 1.2.0, < 2.0)
61
+ rspec-support (~> 3.8.0)
62
+ rspec-support (3.8.0)
63
+ rubyzip (1.2.2)
64
+ selenium-webdriver (3.14.0)
65
+ childprocess (~> 0.5)
66
+ rubyzip (~> 1.2)
67
+ thor (0.20.0)
68
+ websocket-driver (0.7.0)
69
+ websocket-extensions (>= 0.1.0)
70
+ websocket-extensions (0.1.3)
71
+ xpath (3.1.0)
72
+ nokogiri (~> 1.8)
73
+
74
+ PLATFORMS
75
+ ruby
76
+
77
+ DEPENDENCIES
78
+ appraisal (~> 2.2.0)
79
+ bundler (~> 1.16)
80
+ capybara (= 3.0.0)
81
+ capybara-webkit (~> 1.15)
82
+ capybara_click_at!
83
+ poltergeist (~> 1.18)
84
+ pry (~> 0.11.0)
85
+ puma (~> 3.12.0)
86
+ rake (~> 10.0)
87
+ rspec (~> 3.0)
88
+ selenium-webdriver (~> 3.14.0)
89
+
90
+ BUNDLED WITH
91
+ 1.16.4
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "capybara", "3.5.1"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,77 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ capybara_click_at (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
11
+ appraisal (2.2.0)
12
+ bundler
13
+ rake
14
+ thor (>= 0.14.0)
15
+ capybara (3.5.1)
16
+ addressable
17
+ mini_mime (>= 0.1.3)
18
+ nokogiri (~> 1.8)
19
+ rack (>= 1.6.0)
20
+ rack-test (>= 0.6.3)
21
+ xpath (~> 3.1)
22
+ childprocess (0.9.0)
23
+ ffi (~> 1.0, >= 1.0.11)
24
+ coderay (1.1.2)
25
+ diff-lcs (1.3)
26
+ ffi (1.9.25)
27
+ method_source (0.9.0)
28
+ mini_mime (1.0.0)
29
+ mini_portile2 (2.3.0)
30
+ nokogiri (1.8.4)
31
+ mini_portile2 (~> 2.3.0)
32
+ pry (0.11.3)
33
+ coderay (~> 1.1.0)
34
+ method_source (~> 0.9.0)
35
+ public_suffix (3.0.2)
36
+ puma (3.12.0)
37
+ rack (2.0.5)
38
+ rack-test (1.1.0)
39
+ rack (>= 1.0, < 3)
40
+ rake (10.5.0)
41
+ rspec (3.8.0)
42
+ rspec-core (~> 3.8.0)
43
+ rspec-expectations (~> 3.8.0)
44
+ rspec-mocks (~> 3.8.0)
45
+ rspec-core (3.8.0)
46
+ rspec-support (~> 3.8.0)
47
+ rspec-expectations (3.8.1)
48
+ diff-lcs (>= 1.2.0, < 2.0)
49
+ rspec-support (~> 3.8.0)
50
+ rspec-mocks (3.8.0)
51
+ diff-lcs (>= 1.2.0, < 2.0)
52
+ rspec-support (~> 3.8.0)
53
+ rspec-support (3.8.0)
54
+ rubyzip (1.2.1)
55
+ selenium-webdriver (3.14.0)
56
+ childprocess (~> 0.5)
57
+ rubyzip (~> 1.2)
58
+ thor (0.20.0)
59
+ xpath (3.1.0)
60
+ nokogiri (~> 1.8)
61
+
62
+ PLATFORMS
63
+ ruby
64
+
65
+ DEPENDENCIES
66
+ appraisal (~> 2.2.0)
67
+ bundler (~> 1.16)
68
+ capybara (= 3.5.1)
69
+ capybara_click_at!
70
+ pry (~> 0.11.0)
71
+ puma (~> 3.12.0)
72
+ rake (~> 10.0)
73
+ rspec (~> 3.0)
74
+ selenium-webdriver (~> 3.14.0)
75
+
76
+ BUNDLED WITH
77
+ 1.16.4
@@ -0,0 +1,48 @@
1
+ require "capybara_click_at/version"
2
+
3
+ module CapybaraClickAt
4
+ def click_at(x, y, options = {})
5
+ capybara_version = Gem.loaded_specs["capybara"].version
6
+
7
+ if capybara_version < Gem::Version.new("3.0.0")
8
+ page.execute_script "
9
+ (function click(x, y, options) {
10
+ var findElement = (function() {
11
+ if(options.css) {
12
+ return document.querySelector(options.css);
13
+ } else if(options.xPath) {
14
+ return document.evaluate(
15
+ options.xPath, document, null,
16
+ XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
17
+ } else {
18
+ return document.querySelector('html');;
19
+ }
20
+ }),
21
+ element = findElement(),
22
+ rect = element.getBoundingClientRect(),
23
+ event = document.createEvent('MouseEvent');
24
+
25
+ event.initMouseEvent(
26
+ 'click',
27
+ true /* bubble */, true /* cancelable */,
28
+ window, element,
29
+ 0, 0, rect.left + x, rect.top + y, /* coordinates */
30
+ false, false, false, false, /* modifier keys */
31
+ 0 /*left*/, null
32
+ );
33
+
34
+ element.dispatchEvent(event);
35
+ })(#{ x }, #{ y }, { css: '#{options[:css]}', xPath: '#{options[:xpath]}' });"
36
+ else
37
+ container = if options[:css]
38
+ find(:css, options[:css])
39
+ elsif options[:xpath]
40
+ find(:xpath, options[:xpath])
41
+ else
42
+ find('html')
43
+ end
44
+
45
+ container.click(:x => x, :y => y)
46
+ end
47
+ end
48
+ end
@@ -0,0 +1,3 @@
1
+ module CapybaraClickAt
2
+ VERSION = "0.1.0"
3
+ end
metadata ADDED
@@ -0,0 +1,217 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: capybara-click_at
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Dzmitry
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2018-09-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.16'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.16'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: capybara
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.5'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.5'
69
+ - !ruby/object:Gem::Dependency
70
+ name: selenium-webdriver
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.14'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.14'
83
+ - !ruby/object:Gem::Dependency
84
+ name: capybara-webkit
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '1.15'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '1.15'
97
+ - !ruby/object:Gem::Dependency
98
+ name: poltergeist
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '1.18'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '1.18'
111
+ - !ruby/object:Gem::Dependency
112
+ name: pry
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '0.11'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: '0.11'
125
+ - !ruby/object:Gem::Dependency
126
+ name: puma
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - "~>"
130
+ - !ruby/object:Gem::Version
131
+ version: '3.12'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - "~>"
137
+ - !ruby/object:Gem::Version
138
+ version: '3.12'
139
+ - !ruby/object:Gem::Dependency
140
+ name: appraisal
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - "~>"
144
+ - !ruby/object:Gem::Version
145
+ version: '2.2'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - "~>"
151
+ - !ruby/object:Gem::Version
152
+ version: '2.2'
153
+ description: Sometimes I want to click at some point on a map in the tests. This gem
154
+ adds click_at(point) helper which serves the need
155
+ email:
156
+ - dzm.kovk@gmail.com
157
+ executables: []
158
+ extensions: []
159
+ extra_rdoc_files: []
160
+ files:
161
+ - ".gitignore"
162
+ - ".rspec"
163
+ - ".travis.yml"
164
+ - Appraisals
165
+ - CODE_OF_CONDUCT.md
166
+ - Gemfile
167
+ - Gemfile.lock
168
+ - LICENSE.txt
169
+ - README.md
170
+ - Rakefile
171
+ - bin/console
172
+ - bin/setup
173
+ - capybara_click_at.gemspec
174
+ - gemfiles/.bundle/config
175
+ - gemfiles/capybara_1.1.gemfile
176
+ - gemfiles/capybara_1.1.gemfile.lock
177
+ - gemfiles/capybara_1.6.gemfile
178
+ - gemfiles/capybara_2.0.gemfile
179
+ - gemfiles/capybara_2.0.gemfile.lock
180
+ - gemfiles/capybara_2.18.gemfile
181
+ - gemfiles/capybara_2.18.gemfile.lock
182
+ - gemfiles/capybara_2.gemfile
183
+ - gemfiles/capybara_2.gemfile.lock
184
+ - gemfiles/capybara_3.0.gemfile
185
+ - gemfiles/capybara_3.0.gemfile.lock
186
+ - gemfiles/capybara_3.5.gemfile
187
+ - gemfiles/capybara_3.5.gemfile.lock
188
+ - gemfiles/capybara_3.gemfile
189
+ - gemfiles/capybara_3.gemfile.lock
190
+ - lib/capybara_click_at.rb
191
+ - lib/capybara_click_at/version.rb
192
+ homepage: https://github.com/Hirurg103/capybara_click_at
193
+ licenses:
194
+ - MIT
195
+ metadata:
196
+ allowed_push_host: https://rubygems.org
197
+ post_install_message:
198
+ rdoc_options: []
199
+ require_paths:
200
+ - lib
201
+ required_ruby_version: !ruby/object:Gem::Requirement
202
+ requirements:
203
+ - - ">="
204
+ - !ruby/object:Gem::Version
205
+ version: '0'
206
+ required_rubygems_version: !ruby/object:Gem::Requirement
207
+ requirements:
208
+ - - ">="
209
+ - !ruby/object:Gem::Version
210
+ version: '0'
211
+ requirements: []
212
+ rubyforge_project:
213
+ rubygems_version: 2.6.14
214
+ signing_key:
215
+ specification_version: 4
216
+ summary: Adds click_at(x, y) Capybara helper
217
+ test_files: []