
It provides a Graphical User Interface for recording user actions using Firefox which is used to learn and use Selenium, but it can only be used with Firefox browser as other browsers are not supported. If you want to run your IDE tests on additional browsers, be sure to check out the command-line runner.The Selenium-IDE (Integrated Development Environment) is an easy-to-use Firefox plug-in to develop Selenium test cases. Otherwise, a new window will be opened and used. If a window is still open from recording, it will be used for playback. The test(s) will play back in the browser. You can play tests back in the IDE by selecting the test or suite you'd like to play and clicking the play button in the menu bar above the test editor. It will prompt you to for a location and name of where to save the project.


To save everything you've just done in the IDE, click the save icon in the top-right corner of the IDE.
Selenium ide tutorial youtube update#
To rename a suite hover over the suite name, click the icon that appears to the right of the name, click Rename, update the name, and click RENAME. To remove a suite click the icon that appears to the right of its name, click Delete, and click Delete again when prompted. To remove a test, hover your mouse over the test and click the X that appears to the right of the name.

Interact with the page and each of your actions will be recorded in the IDE. You can change it later if need-be.Īfter completing these settings, a new browser window will open, load the base URL, and start recording. It's something you set once and it gets used across all of the tests in this project. The base URL is the URL of the application you are testing. Recording your first testĪfter creating a new project you will be prompted to name it and then asked to provide a base URL. If this is your first time using the IDE (or you are starting a new project), then select the first option. This will give you quick access to the following options: Upon launching the IDE you will be presented with a welcome dialog. In Firefox you need to right-click, click Customize, make adjustments to the menu bar, and click Done. In Chrome, you can do this by clicking to the right of the address bar, holding the click, and dragging it left or right.

Try resizing the menu bar to give it more space. The extension might be enabled but the icon is hidden. You can get there quickly by typing the following into your address bar and hitting Enter. Make sure the IDE is enabled in your browser's extension settings. Troubleshootingĭon't see the icon for Selenium IDE in your menu-bar? Option 1 Once installed, launch it by clicking its icon from the menu bar in your browser.
Selenium ide tutorial youtube install#
Install Selenium IDE from either the Chrome or Firefox web store.
