File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
88[ Poltergeist] ( https://github.com/teampoltergeist/poltergeist ) as possible though
99it's not a goal.
1010
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/ )
1212What else we build [ with Ruby] ( https://evrone.com/ruby )
1313
1414
Original file line number Diff line number Diff line change @@ -15,11 +15,17 @@ Gem::Specification.new do |s|
1515 s . license = "MIT"
1616 s . require_paths = [ "lib" ]
1717 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+ }
1824
1925 s . required_ruby_version = ">= 2.3.0"
2026
2127 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"
2329
2430 s . add_development_dependency "image_size" , "~> 2.0"
2531 s . add_development_dependency "pdf-reader" , "~> 2.1"
Original file line number Diff line number Diff line change @@ -363,6 +363,7 @@ def wait?
363363 def invalid_element_errors
364364 [ Capybara ::Cuprite ::ObsoleteNode ,
365365 Capybara ::Cuprite ::MouseEventFailed ,
366+ Ferrum ::CoordinatesNotFoundError ,
366367 Ferrum ::NoExecutionContextError ,
367368 Ferrum ::NodeNotFoundError ]
368369 end
You can’t perform that action at this time.
0 commit comments