
I placed the exectuable file called geckodriver.exe in the following directory: C:\geckodriver\geckodriver.exe So after seeing this error I went to the geckodriver releases url as instructed and downloadeded the geckodriver-v0.17.0 file for windows 32bit.

When I run this test code, I get the following error: Selenium::WebDriver::Error::WebDriverError: It 'should open browser and click on contact' doĭriver = Selenium::WebDriver.for(:firefox) I have set up an Rspec test with the following code: require 'rspec'

I am using the IDE Jetbrains RubyMine to build the project.Īnd I have the following versions of the required programs installed: I was wondering can you see If I am missing something?thanksįirstly I will tell you more on the background of the project.

We are learning how to work with webdriver, however I am receiving an error when I try to run my project. I am following a tutorial on how to use RSpec with Ruby.
