all jazz
all jazz

Reputation: 2017

watir webdriver not working Firefox 26

I'm unable to use Watir with the latest Firefox 26. I have updated all gems to latest versions, but still facing the issue.

Here's my watir gem list:

watir (5.0.0)
watir-webdriver (0.6.4)
watir-webdriver-rails (0.0.8)

Any ideas?

Thanks for help

Upvotes: 1

Views: 961

Answers (2)

Navin
Navin

Reputation: 298

I had the same problem today. I found Jarmo's reply as helpful. Thank you.

gem update selenium-webdriver

This fixed the issue with firefox v26.

I didnt have enough points to add a comment to the existing post or mark it as useful.

Upvotes: 4

Jarmo Pertman
Jarmo Pertman

Reputation: 1905

Make sure you're using the latest selenium-webdriver. If you're using bundler then issue bundle update selenium-webdriver.

Upvotes: 1

Related Questions