How to install selenium 1.0.10 on firefox 4.0.1
Tech-Today

How to install selenium 1.0.10 on firefox 4.0.1


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...

- Phpmyadmin - The Connection Was Reset . The Connection To The Server Was Reset While The Page Was Loading
Error: The connection was reset The connection to the server was reset while the page was loading. * The site could be temporarily unavailable or too busy. Try again in a few moments. * If you are unable to load any pages, check your computer's...

- 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...

- This Article Explains Some Of The Browser Specific Stylesheet Hacks (like Ie Only, Firefox, Etc) That Can Be Used In Developing A Web Application On Different Browsers
Web UI design for beginners may be complicated than it seems specially if your developing cross browser application. For example building a web app compatible with firefox, ie6 and ie7. One ways is to simply load the appropriate css file using: <!--[if...



Tech-Today








.