Installing
Currently Selenium IDE is only available as a Firefox plugin. You can download and install from here: http://openqa.org/selenium-ide/download.action
Using Selenium IDE
- Recording a Test (video)
- Getting Started with Selenium IDE (text)
- Accessing dynamic xpath from treeview
- Contributed Extensions and Formats
- Automating Selenium IDE tests
- Selenium Command Reference
- Knowledge Base

Comments (4)
Oct 11, 2010
harshad says:
hi, This is Harshad. I wanna ask do Selenium IDE support dotnet Nuke applicatio...hi,
This is Harshad.
I wanna ask do Selenium IDE support dotnet Nuke application ?? and if so, then how to solve problem of changing id's for UI testing.
Jan 31, 2011
Ullas Desai says:
Does "SelectFrame" command works in IDE?? Or do i need to add any User extension...Does "SelectFrame" command works in IDE?? Or do i need to add any User extension to make it work?
Feb 13, 2011
Vijila says:
Hi, I'm using selenium ide and I have webpages to use the WYSIWYG editor ...Hi,
I'm using selenium ide and I have webpages to use the WYSIWYG editor instead of a simple text area. when I record a simple test of writing something into the editor, selenium doesn't recognize the element.
Any one knows How do we locate the editor component?
May 13, 2011
sophia says:
Hi, I'm using gotoIf statement in selenium ide, but not sure why it doesn't wor...Hi,
I'm using gotoIf statement in selenium ide, but not sure why it doesn't work as expected:
store | x_y_z | name
gotoIf | "javascript
" == "x_y_z" | label1
when gotoIf is excuted, the statement below gotoIf is excuted, rather than the statement labeled 'label1'
Is there anything wrong in my gotoIf statement?
Thanks in advance!
sophia