Tag Archives: Troubleshooting

The Power Debugger Plugin v1.0 for Selenium IDE Released

This plugin for Selenium-IDE improves debugging and troubleshooting issues with scripts. This plugin adds the pause on fail tool to the Selenium IDE toolbar. When pause on fail is turned on, Selenium IDE would pause the execution of the test … Continue reading

Posted in Selenium IDE Plug-ins | Tagged , , , , , , , | 7 Comments

Running Selenium RC With Firefox 4 Beta 6

Yeah!!! Managed to get a small test working on Firefox 4 beta 6 using Selenium RC v1.0.1 Here are the steps that I followed. Rename the selenium-server.jar to selenium-server.zip (as it is actually a zip file). Unpack the selenium-server.xip into … Continue reading

Posted in Selenium Troubleshooting | Tagged , , , , , , , , , , , , , | 4 Comments

Exploratory Maintenance and Debugging Selenium Tests

What would you do if you ever have to maintain or debug tests that are unknown to you or you have forgotten? Sounds familiar? One obvious approach is to study the test scripts. But if pouring over pages and pages … Continue reading

Posted in Selenium Tips | Tagged , , , , , , , | 2 Comments

The Selenium Files: Missing Log Message in Selenium IDE

Every now and then I noticed that the first log message did not show up in the log pane of the Selenium IDE. Thanks to my File Logging plugin for Selenium IDE, it was never a problem. The File Logging … Continue reading

Posted in The Selenium Files | Tagged , , , , , , | Leave a comment

The Selenium Files: Misbehaving typeKeys!

I wrote this post a few months back and then went on a holiday without posting it. By the time I was back, I had completely forgotten about it. Perhaps, stumbling upon it today is a sign that I should … Continue reading

Posted in The Selenium Files | Tagged , , , , | 1 Comment