Created
June 1, 2012 12:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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