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
Author Archives: Samit Badle
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 Automated Testing, CSS, qa, selenium, testing, Testing Techniques, Web Application Testing
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 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
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 qa, selenium, selenium-ide, testing, Web Application Testing
4 Comments
The Stored Variables Viewer Plugin for Selenium IDE v1.3 Released
The new version of my Stored Variables Viewer plugin for Selenium IDE has been uploaded to the Firefox addons site. This version bring user experience improvements, added functionality and internal improvements. Thanks to Paul Grandjean for helpful comments on the first version. Once … Continue reading
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
Running Selenium RC With Firefox 4 Beta 6
Yeah!!! Managed to get a small test working on Firefox 4 beta 6 using Selenium RC v1.0.1 Here are the steps that I followed. Rename the selenium-server.jar to selenium-server.zip (as it is actually a zip file). Unpack the selenium-server.xip into … Continue reading
Exploratory Maintenance and Debugging Selenium Tests
What would you do if you ever have to maintain or debug tests that are unknown to you or you have forgotten? Sounds familiar? One obvious approach is to study the test scripts. But if pouring over pages and pages … Continue reading
Posted in Selenium Tips
Tagged Automated Testing, qa, selenium, selenium-ide, testing, Testing Techniques, Troubleshooting, Web Application Testing
2 Comments
Highlight Elements Plugin for Selenium IDE ver 1.0 Released
The Highlight Elements plugin for Selenium IDE is now available on the Firefox addons site. 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 … Continue reading