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.
我只设法使用 Google Chrome 执行测试(使用 chromedriver)。
谁能举例说明如何开始使用 Chromium 执行测试?
确保您的 Chromium 二进制文件可以被定位或明确设置。
Selenium::WebDriver::Chrome.path = '/usr/bin/chromium' driver = Selenium::WebDriver.for :chrome browser = Watir::Browser.new driver
我认为这应该是可能的,你只需要提供通往 Chromium 的路径。您应该检查几页: