Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Firefox 26 requires selenium-webdriver 2.39 #65

Open
JunichiIto opened this issue Jan 21, 2014 · 2 comments
Open

Firefox 26 requires selenium-webdriver 2.39 #65

JunichiIto opened this issue Jan 21, 2014 · 2 comments

Comments

@JunichiIto
Copy link

I had to update selenium-webdriver to run specs against Firefox 26.

gem "selenium-webdriver", "~> 2.39.0"

Without this, Firefox and RSpec completely stops after starting up Firefox.

The similar problem is reported here:
http://stackoverflow.com/questions/20498046/selenium-webdriver-2-with-firefox-26

@ruralocity
Copy link
Member

I’ve addressed this in the book and am pushing a minor update now (no e-mail notification). I also added a warning to let people know that this extra, external dependency on Firefox may cause things to break.

I’ll try to update the sample source in the next few days. That is a longer process.

Aaron

On Jan 21, 2014, at 4:51 PM, Junichi Ito notifications@github.com wrote:

I had to update selenium-webdriver to run specs against Firefox 26.

gem "selenium-webdriver", "~> 2.39.0"
Without this, Firefox and RSpec completely stops after starting up Firefox.


Reply to this email directly or view it on GitHub.

@JunichiIto
Copy link
Author

Okay, then that would be fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants