File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ to the browser by CDP protocol. The design of the driver is as close to
8
8
[ Poltergeist] ( https://github.com/teampoltergeist/poltergeist ) as possible though
9
9
it's not a goal.
10
10
11
- [ Cuprite] ( https://evrone.com/cuprite ) designed & supported by [ Evrone] ( https://evrone.com/ )
11
+ [ Cuprite] ( https://evrone.com/cuprite ) website is designed & supported by [ Evrone] ( https://evrone.com/ )
12
12
What else we build [ with Ruby] ( https://evrone.com/ruby )
13
13
14
14
Original file line number Diff line number Diff line change @@ -15,11 +15,17 @@ Gem::Specification.new do |s|
15
15
s . license = "MIT"
16
16
s . require_paths = [ "lib" ]
17
17
s . files = Dir [ "{lib}/**/*" ] + %w[ LICENSE README.md ]
18
+ s . metadata = {
19
+ "homepage_uri" => "https://cuprite.rubycdp.com/" ,
20
+ "bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues" ,
21
+ "documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md" ,
22
+ "source_code_uri" => "https://github.com/rubycdp/cuprite" ,
23
+ }
18
24
19
25
s . required_ruby_version = ">= 2.3.0"
20
26
21
27
s . add_runtime_dependency "capybara" , ">= 2.1" , "< 4"
22
- s . add_runtime_dependency "ferrum" , "~> 0.10 .0"
28
+ s . add_runtime_dependency "ferrum" , "~> 0.11 .0"
23
29
24
30
s . add_development_dependency "image_size" , "~> 2.0"
25
31
s . add_development_dependency "pdf-reader" , "~> 2.1"
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ def wait?
363
363
def invalid_element_errors
364
364
[ Capybara ::Cuprite ::ObsoleteNode ,
365
365
Capybara ::Cuprite ::MouseEventFailed ,
366
+ Ferrum ::CoordinatesNotFoundError ,
366
367
Ferrum ::NoExecutionContextError ,
367
368
Ferrum ::NodeNotFoundError ]
368
369
end
You can’t perform that action at this time.
0 commit comments