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 (6)
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
Oct 10, 2012
Rashmi Chauhan says:
Hi Can you please suggest me how to insert IF ELSE condition is in the followin...Hi
Can you please suggest me how to insert IF ELSE condition is in the following recorded script.
<tr>
<td>open</td>
<td>/Login.aspx</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>id=LoginCtrl_UserName</td>
<td>chetanmistry</td>
</tr>
<tr>
<td>type</td>
<td>id=LoginCtrl_Password</td>
<td>chetanmistry</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>id=LoginCtrl_LoginButton</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Reporting</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Messenger</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Campaign Management</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Customer Management</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=User Management</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=System Administration</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Personal</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>id=ctl00_loginStatus</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
In my case some user have right to see Campaign Management page, Some user have right to see Messenger page, some have right to see User management page like this.
When I run common script after changing user name and password. The script gone fail because the same page is not available for all user. I want to develop if the page not found in the user profile then script will end successfuly.
Please help me how to insert If else condition in the script
Regards
Rashmi Chauhan.« Older Comments 1 2 3
Leave a Reply
Oct 18, 2012
Roshni K says:
Hello, Can y...Hello,
Can you please guide me in Selenium IDE,i want to use this tool and also write a script by using this. I know what it do but i just want to ask you is there any procedure to test any web application as like manual testing, in manual testing we assumes so many conditions to test particular field but how to do that by using selenium, that will be better if you explain it me in short by giving simple example of any login page by using selenium ide and also is there any need to learn selenium RC also for web apps testing or only ide is sufficient for complete web testing? and we have to write script in the form of coding or its generated automatically when we give command to it? Waiting for your reply.
Thanks and Regards,
Roshni