Latest News

2010-12-15 Moved to a new blog

Go to my blog http://blog.reallysimplethoughts.com/ directly. This news page will no longer be updated.

2010-11-15 The Power Debugger Plugin v1.0 for Selenium IDE Released

See the blog entry.

2010-10-19 File Logging Plugin v1.7 for Selenium IDE Released

See the blog entry.

2010-09-28 Released Stored Variables Viewer v1.3

See the blog entry.

My Selenium IDE Plugins

File Logging plugin for Selenium IDE

This plugin for Selenium-IDE saves log messages to a file in real time at a user selectable log level. Once this plugin is installed, a FileLogging tab will be added to the options dialog and a FileLogging menu will be added to the log pane.

View all my posts for File Logging

Highlight Elements Plugin for Selenium IDE

This plugin for Selenium-IDE highlights elements specified in the Selenese commands on the web page as the test case is executed. Once this plugin is installed, a Highlight elements button will be available on the Selenium-IDE main window and Sidebar. See the screen shot for details.

View all my posts for Highlight Elements

Log Search Bar Plugin for Selenium IDE

A plugin for Selenium-IDE to show a find toolbar in the log pane making it easy to search the displayed log messages. Once this plugin is installed, the log pane will be changed to contain the find toolbar similar to the one found in the Firefox browser.

View all my posts for Log Search Bar

Stored Variables Viewer Plugin for Selenium IDE

A plugin for Selenium-IDE to view the stored variables within Selenium IDE. Stored variables are created using the store, storeText, storeExpression and other similar store* commands. This plugin allows you to view these variables when the test is running.

View all my posts for Stored Variables Viewer

Test Suite Batch Converter Plugin for Selenium IDE

A plugin for Selenium-IDE to convert one or more test suites, including their test cases, from the html format to any other format supported by the Selenium-IDE. This should work for most formats installed by other plug-ins. The resulting test suites and test cases will have the appropriate file extensions for the selected language for supported formats. The names will also be sanitised to make them legal identifiers for most languages.

View all my posts for Test Suite Batch Converter