Selenium Integrated Development Environment
. The main aim of IDE is to record and run the scripts. Initially it provides the script in HTML language. It is an Add-on for Firefox, it means selenium can be downloaded and installed in Firefox only. The following topics are going to cover in this chapter.URL
.
Download Selenium IDE Selenese
, and these are basically Selenium commands and then one can execute those commands or play back that recording so one can execute our tests. Now in between there, one can add our own commands and can modify the commands are generated by the recording tool.
Recording window
is shown as below. Now Selenium IDE has generated some steps to understand, some commands, So these are called Selenese
and Selenese is basically just a language that is language independent mean by that is it's not C-Sharp, Java, not anything. It is a general syntax and there is various implementations of that. And actually the recorder uses an html table to lay out the commands.