hasyrails / calendar-vue-original

0 stars 0 forks source link

t7_system_spec_setting / SystemSpec (Webdriver + Cabybara)のセッティング #271

Closed hasyrails closed 3 years ago

hasyrails commented 3 years ago

セッティング参考

RSpec+capybara+selenium+chromedriverでブラウザ自動テスト!!

hasyrails commented 3 years ago
 Selenium::WebDriver::Error::WebDriverError:
       Unable to find chromedriver. Please download the server from
       https://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.
       More info at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver.
     # ./spec/features/top_spec.rb:12:in `block (3 levels) in <main>'
hasyrails commented 3 years ago

最新ChromeDriverをインストールする

[Ruby] seleniumでChromeを使ってWebスクレイピング