My Selenium IDE Plugins
-
-
Recent Posts
Categories
Tags
Automated Testing Converter Creating Firefox Addons CSS Extending Selenium IDE favorites-selenium-ide-plug-in File Logging (Selenium IDE) Plug-in firefox firefox Firefox firefox-4 firefox-4-beta Firefox 7 Firefox 9 Firefox 10 Formatter highlight-elements-selenium-ide-plug-in Internet Explorer Javascript log-search-bar-selenium-ide-plug-in Page Coverage Selenium IDE Plug-in power-debugger-selenium-ide-plug-in qa Scheduler Screenshot on Fail Selenium IDE Plug-in selenium selenium-expert-selenium-ide-plug-in selenium-ide selenium-ide-plug-in selenium-rc selenium-remote-control selenium-server Selenium 2 Selenium Internals sendKeys Special Keys test-results-selenium-ide-plug-in test-suite-batch-converter-selenium-ide-plug-in testing Testing Techniques Troubleshooting view-stored-vars-selenium-ide-plug-in Web Application Testing WebDriver XULArchives
- September 2015
- May 2015
- March 2015
- January 2015
- October 2014
- January 2014
- September 2013
- July 2013
- February 2013
- December 2012
- October 2012
- August 2012
- July 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
Tag Archives: Selenium Internals
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 Automated Testing, Firefox, qa, selenium, Selenium Internals, selenium-ide, sendKeys, Special Keys, testing, Web Application Testing
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 Automated Testing, Firefox, qa, selenium, Selenium Internals, selenium-ide, sendKeys, Special Keys, testing, Web Application Testing
8 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 Automated Testing, Extending Selenium IDE, Firefox, qa, selenium, Selenium Internals, selenium-ide, testing, Web Application Testing
2 Comments
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 Automated Testing, Firefox, Functional Programming, qa, selenium, Selenium Internals, selenium-ide, testing, Web Application Testing, XUL
9 Comments
Testing Evidence with Selenium IDE
Recently I ran into a fan. My fan! I still can’t contain my surprise! I never expected that I would have fans. (OK, just one so far :-)) He asked me if there was a way to save the test … Continue reading
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 Automated Testing, Javascript, qa, selenium, Selenium Internals, selenium-ide, testing, Web Application Testing
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
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 selenium, Selenium Internals, selenium-ide, selenium-ide-plug-in, XUL
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 Automated Testing, Javascript, qa, selenium, Selenium Internals, selenium-ide, testing, Web Application Testing
15 Comments
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 CSS, Firefox, Selenium Internals, selenium-ide, XUL
Leave a comment