capybara icon indicating copy to clipboard operation
capybara copied to clipboard

ArgumentError: wrong number of arguments (given 2, expected 1)

Open NeilAllen opened this issue 1 year ago • 0 comments

Meta

rbenv version: 3.2.2

Capybara Version: capybara (3.40.0) Authors: Thomas Walpole, Jonas Nicklas Homepage: https://github.com/teamcapybara/capybara

Driver Information (and browser if relevant): selenium-webdriver (4.18.1, 4.9.0) Authors: Alex Rodionov, Titus Fortner, Thomas Walpole Homepage: https://selenium.dev License: Apache-2.0

visit works

Actual Behavior

 Failure/Error: visit path
 
 ArgumentError:
   wrong number of arguments (given 2, expected 1)

This doesn't fix it: module DeprecationSuppressor def initialize(...)

NeilAllen avatar Mar 25 '24 09:03 NeilAllen