Tagged: Selenium IDE

Options Menu in Selenium IDE

Here is how the Options Menu looks like Options – This will open a new popup window Format – This is all about changing the Formats from HTML to Java you can read more...

Actions Menu in Selenium IDE

Actions Menu in Selenium IDE will be displayed as shown below   Record :  This performs same function as the record button  and it enables users to record the action Play Entire Test Suite/Play...

File Menu in Selenium IDE

In the first part of our series we have seen about how to record and playback using Selenium IDE.Now let us see about the “File” Menu in Selenium IDE   New Test Case :...

Edit Menu in Selenium IDE

In the previous post we have seen about “File” Menu  in Selenium..Now let us see about “Edit” Menu in Selenium IDE.     Undo/Redo : Same as the name Cut/Copy/Paste/Delete:  Same as what we...

Selenium IDE Explained – Part 1

When you click on Selenium button in the toolbar you will get a Selenium IDE popup as shown below. Selenium,Record button is at top right as shown above and there are various menu options...

Installing Selenium IDE

Selenium IDE is independent of any operating system as it’s a plugin.All you need is a Firefox installed on the operating system of your choice (It can be installed in Windows/Ubunutu/Linux etc.,) Pre-requisites: Firefox...

What is Selenium IDE?

Selenium IDE is an Integrated Development Environment for Selenium scripts.It allows you to record a set of particular actions and play back it.And also it allows you to export the recorded list of actions to...