Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 328 Bytes

selenium-unable-to-obtain-connection.md

File metadata and controls

15 lines (11 loc) · 328 Bytes
layout title category
post
Selenium tests are unable to obtain connection to Firefox
Build troubleshooting

Make sure selenium-webdriver gem is at latest available version specified on rubygems.org.

Use

bundle update selenium-webdriver capybara

commit and push the resulting changes to Gemfile.lock.