gpt4 book ai didi

ruby-on-rails - Selenium Webdriver 无法找到 Mozilla geckodriver

转载 作者:行者123 更新时间:2023-12-02 20:49:51 25 4
gpt4 key购买 nike

gem selenium-webdriver 3.2.2

FF 51.0.1(64 位)

操作系统 Ubuntu 16.04

我没有运行测试,收到错误。

Selenium::WebDriver::Error::WebDriverError:
Unable to find Mozilla geckodriver. Please download the server from https://github.com/mozilla/geckodriver/releases and place it somewhere on your PATH. More info at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver.

我建立了geckodriver 1.14.0,但错误依然存在。

最佳答案

将其放入您的 Gemfile

# Gemfile
gem 'geckodriver-helper'

然后在你的spec_helper文件中

Capybara.register_driver :selenium do |app|
Capybara::Selenium::Driver.new(app, browser: :firefox)
end

关于ruby-on-rails - Selenium Webdriver 无法找到 Mozilla geckodriver,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42596250/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com