Tag Archives: Firefox

Manually Adding and Updating Element Locators – The Easy Way

Let me start with some quotes. “Change is inevitable.” “The only thing constant is change.” We have all heard these phrases and variations of these before. It is so very true when it comes to tests. Updating tests can be … Continue reading

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

verifyTextPresent, typeKeys and key* – The Deprecation

Note: I wrote this post before Selenium IDE 2.4.0 was released and was not able to publish it until now. I have not made any changes. In the next version of Selenium IDE, the verifyTextPresent command and some others will … Continue reading

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

Using Special Keys in Selenium IDE – Part 2

In part 1, we saw how to use the special keys in the sendKeys command in Selenium IDE starting in v2.3.0. Selenium IDE v2.4.0 shortened some key names. This post serves as a quick reference and provides the full list … Continue reading

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

Using Special Keys in Selenium IDE – Part 1

I added special keys support to the sendKeys command in Selenium IDE v2.3.0. Not just in normal playback, but also in Webdriver playback. Along with this, I added special keys support to all the officially supported formatters for Java, Ruby, … Continue reading

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

Selenium Camp 2013 was Awesome!

Selenium Camp 2013 was Awesome! It had one of the most amazing and gender balanced audience I have seen in a long while. I had a great time there. The conference was held in Feb 2013 in Kiev. The slides … Continue reading

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

Solution to the Selenium with Firefox 22 Issues and How to Report Issues

Firefox v22 changed things and many commands for Selenium core did not work any more. If you use Selenium IDE, the latest release v2.2.0, fixes all known issues caused by Firefox 22. Since the automatic update is currently not working … Continue reading

Posted in Selenium | Tagged , , , , , , , , , , | 3 Comments

Changes to Selenium IDE Plugin System

Plugins for Selenium IDE were an awesome idea. They allowed plugin authors to execute any code they wanted. However, with great power also came great risk of breakage. A practical problem that arose is that when a plugin broke down, … Continue reading

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

Stored Variables Plugin v1.21 for Selenium IDE Released

Another major update to my Stored Variables Viewer plugin for Selenium IDE. Firstly, it is no longer called “Viewer”. Yes! it has finally become more than just a mere viewer. In this release, I have added the ability to remove … Continue reading

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

Selenium Expert Plugin v0.22 for Selenium IDE Released

When I added a new Selenese command sendKeys in Selenium IDE v1.9.0, I mentioned that I will add the support to convert typeKeys command to sendKeys. This version of Selenium Expert has that feature. I have added a new Inspection … Continue reading

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

Page Coverage v1.12 for Selenium IDE Now Available

Since a lot of you have been asking for this feature, this version allows you to change the reports location. You can grab it right now from the addons page. Click on the small arrow next to the Page Coverage icon … Continue reading

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