Skip to content

Instantly share code, notes, and snippets.

@inkredabull
Created June 1, 2012 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inkredabull/2851627 to your computer and use it in GitHub Desktop.
Save inkredabull/2851627 to your computer and use it in GitHub Desktop.
Fixing "Will you help improve Mozilla Firefox" message that appears while using Selenium under Mac OSX, Part II
In the end, I simply followed the instructions in [1].
That meant creating a new profile and accepting the security exception. Then
I updated SeleniumServer in the Selenium gem to make use of the profile (via
firefoxProfileTemplate) to get around the issue. See [2] for the latest.
[1] - http://saucelabs.com/blog/index.php/2010/01/selenium-totw-https-and-self-signed-certificate-exeptions/
[2] - https://github.com/inkredabull/selenium/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment