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.

EditSeleniumIDE

 

 

Undo/Redo : Same as the name

Cut/Copy/Paste/Delete:  Same as what we have seen in other applications.The only difference is these are used  to cut/copy/paste/delete the commands in the Selenium IDE

Insert New Command :  This helps us to insert a new command between two existing commands in the IDE Same as what we have seen in other applications like as shown below

EditInsert3

 

 

Insert New Comment :  This enables us to insert new comment in the code.

You may also like...