Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 17:35:51 +0800
From:      absolutelyconvergent@gmail.com
To:        ruby@freebsd.org
Subject:   rubygem-selenium-webdriver-2.38.0 doesn't work with firefox
Message-ID:  <1942787.bipI71X0Fp@realbsd>

next in thread | raw e-mail | index | archive | help
#!/usr/local/bin/ruby
require 'rubygems'
require 'selenium-webdriver'
driver = Selenium::WebDriver.for :firefox
driver.get "http://example.com/"
puts "Page title is #{driver.title}"
driver.quit

This simple script finished with a popup message, saying Profile missing: Your 
Firefox profile cannot be loaded. It may be missing or inaccessible.
And no luck with Selenium::WebDriver::Firefox::Profile.from_name.

But py27-selenium-2.42.0 worked fine.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1942787.bipI71X0Fp>