Tag Archives: Javascript

Extending the Selenium IDE by Adding Commands to the Context Menu – Part 2

Improving the ‘It works’ commandBuilder This is the second part of the series of posts on extending the Selenium IDE using Command Builders. Command builders allow you to add items to the Selenium IDE context menu in Firefox providing convenient … Continue reading

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

Extending the Selenium IDE by Adding Commands to the Context Menu – Part 1

Creating the ‘It works’ commandBuilder This is the first of a series of posts on the Command Builders extension support in Selenium IDE. I have already covered the Locator Builders in an earlier post. I just love shortcuts. Don’t you love them too? … Continue reading

Posted in Selenium Internals | Tagged , , , , , , , , | 1 Comment

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

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

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