Monthly Archives: October 2010

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 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 , , , , , , , | 4 Comments

A Quick Introduction to CSS Locators in Selenium

While writing my recent posts on alternate locators, locator builders and Seleninum plugin API, I skipped over a truely basic question. What is a CSS locator in Selenium? It seems that some people are still looking for the answer(tm)! As you already … Continue reading

Posted in Selenium Tips | 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 , , , , , , , | 15 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 , , , , | 4 Comments