Tag Archives: selenium-ide

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 , , , , , , , | 1 Comment

The File Logging Plugin for Selenium IDE v1.7 Released

The version 1.7 of my File Logging plugin for Selenium IDE is now available on the Firefox addons site. This version brings a bunch of user experience improvements and major internal improvements. This version saves the current log level for the … Continue reading

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

The Selenium-IDE 1.x plugin API (Part 12) – Adding Locator Builders

With the new 1.0.8 release, Selenium IDE will introduce some more API features. This time with a new method addPluginProvidedIdeExtension(). As the name suggests, this method adds support for plugins to provide IDE extensions. It takes the chrome URL of the … Continue reading

Posted in Selenium IDE Plug-ins | Tagged , , , , | 1 Comment

Creating CSS Locator Builders for Selenium IDE

Selenium IDE has a very powerful extension support. In this post I am going to show you how easy it is to extend Selenium IDE with new locator builders. A locator in Selenium is a means of identifying an element … Continue reading

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

Learn Alternate Locators Using Selenium IDE

A locator in Selenium is a means of identifying an element for the selenium command. Usually it is the target part of the command. Did you know that when recording with the Selenium IDE, sometimes the target textbox changes into … Continue reading

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

The Stored Variables Viewer Plugin for Selenium IDE v1.3 Released

The new version of my Stored Variables Viewer plugin for Selenium IDE has been uploaded to the Firefox addons site. This version bring user experience improvements, added functionality and internal improvements. Thanks to Paul Grandjean for helpful comments on the first version. Once … Continue reading

Posted in Selenium IDE Plug-ins | Tagged , , , , , , , | Leave a comment

Log Search Bar Plugin for Selenium IDE v1.1 Released

The Log Search Bar plugin for Selenium IDE has been updated to v1.1. This version works around a bug in Firefox to support older 3.x versions of Firefox and adds some internal improvements. Thanks to Bob Zakes for providing helpful comments about circumstances … Continue reading

Posted in Selenium IDE Plug-ins | Tagged , , , , , , | Leave a comment

Almost Magical Facelift of Selenium IDE Panes

Styles are awesome! What started as an exploration to add some style for a menu for one of my Selenium IDE Plugins turned into a small redesign of the panes header of Selenium IDE. What I refer to as panes is … Continue reading

Posted in Selenium Internals | Tagged , , , , | Leave a comment

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 IDE Plug-ins | Tagged , , , , , , , | 1 Comment