Earlier I had put the Chrome binary, \"chromedriver.exe\", in the \"C:/Windows\" directory and Watir was picking it from there. Now I have to move my project to another mach
In Selenium webdriver 3.x configs, change:
caps = Selenium::WebDriver::Remote::Capabilities.chrome("chromeOptions" => {"binary" => })
Capybara::Selenium::Driver.new(app, :browser => :chrome, :driver_path => , :desired_capabilities => caps)
driver_path: Define path to chromedriver chromedriver page
binary: Define path to binary chrome app chromepage. You can use a chrome portable to use differents versions of chrome.