Tag Archives: XUL

Managing Locator Builders in Selenium IDE

If you use Selenium, then you must already know about locators. The locators in Selenium are usually the target part of your Selenese commands which identifies the elements on the web page that you want to interact with. This post … Continue reading

Posted in Selenium IDE | Tagged , , , , , , , , , | 9 Comments

Using the Findbar in Your Firefox Add-ons – Part 3/3

This is the last post of a three part series that details my experiences with the findbar widget which is available in Firefox and also provides a bit of information on XBL and anonymous ids. Getting Rid of the Close … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Using the Findbar in Your Firefox Add-ons – Part 2/3

This is the second post of a three part series that details my experiences with the findbar widget which is available in Firefox and also provides a bit of information on XBL and anonymous ids. Controlling the Findbar Visibility The … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Using the Findbar in Your Firefox Add-ons – Part 1/3

This is the first post of a three part series that details my experiences with the findbar widget which is available in Firefox and also provides a bit of information on XBL and anonymous ids. Firefox is my primary browser. … Continue reading

Posted in Programming | Tagged , , , , | 4 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

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