1.3 Selenium IDE

Selenium IDE gives an idea of how record and playback works in an automation tool. However it's not a tool to completely rely on. Also you cannot make conditional decisions in the selenium IDE, for that purpose we need to get handson with some java programming. Selenium IDE however is very handy for beginners as it can automatically generate boilerplate code for you.

Selenium IDE Documentation

The link above redirects to Selenium IDE documentation on seleniumhq.org. The documentation is detailed and precise.

  • You can enable the experimental features in Selenium IDE :

    • Open IDE > Click Options > Click Options > Enable the checkbox with text - "Enable Experimental Features", also the textbox with text - "Disable format change warning messages".

    • Once experimental feature is enabled you can record a test while default html format then convert code to appropriate language by clicking Options > Format and choose the code format of your choice. You can switch back to original table view by choosing HTML as format.

Recording Settings

  • Save the settings of Selenium IDE as below instance for performing recording options

  • Also check the following options before recording in the selenium IDE.

Hope you enjoy it.

Last updated

Was this helpful?