Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は(chromedriverを使用して)GoogleChromeでテストを実行することしかできませんでした。
Chromiumでテストの実行を開始する方法の例を誰かに教えてもらえますか?
Chromium バイナリを見つけられるか、明示的に設定できることを確認してください。
Selenium::WebDriver::Chrome.path = '/usr/bin/chromium' driver = Selenium::WebDriver.for :chrome browser = Watir::Browser.new driver
Chromiumへのパスを提供するだけでよいので、可能だと思います。チェックすべきいくつかのページ: