You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

The new Selenium IDE is designed to record your interactions with websites to help you generate and maintain site automation, tests, and remove the need to manually step through repetitive takes.

Features include:

  • Recording and playing back tests on Firefox and Chrome.
  • Organizing tests into suites for easy management.
  • Saving and loading scripts, for later playback.
  • Support for Selenium 3.

Installation

Install the chrome plugin

https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd/related


Using the Plugin

Opening the Plugin

Once installed, you can find the plugin by clicking the puzzle piece in the top right hand corner of your browser.


Open up the IDE by clicking Selenium IDE from the list. 


Recording 

Start a recording by clicking "Record a new test in a new project"

Add a URL and click Start Recording. At the bottom of your screen, you should see that a recording has begun.


In a pop-out window, you should see the recording. Click the STOP icon in the top right corner to stop recording.

Now that you have saved your recording, you can modify it and replay.

Commands


References



  • No labels