Unfortunately it seems selenium doesn't support the latest version of firefox yet. To get around this security issue do the following:
1.) In firefox go to about:config. 2.) Click yes in the warning message 3.) The next screen is like a registry window for firefox, right click then New->Boolean 4.) Set Preference Name="extensions.checkCompatibility.4.0" and Value=False 6.) Restart Firefox
- How To Automate Typing In Tinymce Using Selenium Java
Prerequisites: 1.) selenium-java 2.) selenium-firefox-driver 3.) selenium-chrome-driver 4.) chromedriver - http://code.google.com/p/chromedriver/downloads/list Currently I'm working on a a test case that needs to...
- Firefox 3.5 Cookies
In case your missing the cookies option firefox, you can access it here: Tools->Options->Privacy Under Firefox will select: Use custom settings for history, and you will have access to cookie options....
- Error Encountered: Requested Registry Access Is Not Allowed, System.security.securityexception
Problem: You have a dotnet application that reads key/value to the local registry but is restricted so you get the error. Solution: 1.) Goto run and type regedit, the "Registry Editor" window will open. 2.) Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Security...