Closed mitchellhenke closed 1 year ago
Thank you! ⭐
is there an ETA on a gem release for this? or a plan for working around it? thanks.
@rsl
Until a new version of the gem is released you can use
gem "capybara-webmock", git: "https://github.com/hashrocket/capybara-webmock"
You may also need to upgrade
gem "selenium-webdriver", "~> 4.10.0"
File.exists?
was deprecated in Ruby 2.1 and dropped in Ruby 3.2This PR replaces the deprecated/removed method with the new method.