$ ruby auto_liker.rb
C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/service.rb:123:in `binary_path': Unable to find chromedriver. Please download the server from (Selenium::WebDriver::Error::WebDriverError)
https://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.
More info at
https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver.
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/service.rb:81:in `initialize'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/service.rb:41:in `new'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/service.rb:41:in `chrome'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/driver.rb:299:in `service_url'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/chrome/driver.rb:40:in `initialize'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/driver.rb:46:in `new'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver/common/driver.rb:46:in `for'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/selenium-webdriver-3.141.5926/lib/selenium/webdriver.rb:88:in `for'
from C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/watir-6.16.5/lib/watir/browser.rb:46:in `initialize'
from auto_liker.rb:14:in `new'
from auto_liker.rb:14:in `<main>'