Features
< Back to Blog Overview

What's new with Selenium IDE

2018-11-29
The New Selenium IDE
  • Share on Facebook
  • Share on Twitter
  • Share on LinkedIn
  • Share on HackerNews

The popular Selenium IDE recently got a much anticipated update.
The Selenium IDE is an important feature in the Selenium ecosystem; it allows you to record and playback interactions in your browser.


The previous version was only available as a Firefox addon, whereas the new version comes as both a Firefox addon and Chrome addon.


This new version includes features from the previous version:


  • Record and play back your own interactions
  • Use assertions to check if: elements are available/visible/contain a specific value, ...
  • Save and load previous tests
  • Export tests as WebDriver tests

as well as new features:


  • Various alternatives are saved for locators, to make tests more robust
  • New commands have been added
  • It's now possible to use plugins to customize the IDE to your liking

Selenium IDE Integration with TestingBot

TestingBot has supported uploading test cases from the original Selenium IDE to the TestLab for several years now.
Today, TestingBot also supports tests created with the new Selenium IDE.
Simply save a test as a .side extension and upload it to our TestLab.


Once uploaded, you can indicate on which browsers/platforms the test needs to run, and at which times.
You can choose to be alerted when a test fails, or receive a daily report of your test together with screenshots and a video.


Selenium IDE Runner

Another exciting addition to the Selenium IDE feature is the new Selenium IDE Runner.
This Node package allows you to play back tests recorded with the Selenium IDE via the command line.


Here's an example on how to run a saved test on TestingBot:

npm install -g selenium-side-runner
selenium-side-runner --server https://key:secret@hub.testingbot.com/wd/hub -c "browserName=chrome platform=WIN10 version=latest" *.side

In this WebCast some more information regarding the new Selenium IDE is explained.

TestingBot Logo

Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.

Other Articles

Black Friday and Cyber Monday Testing

Black Friday and Cyber Monday is the time of the year for many businesses, including e-commerce websites. During this period, the number of visi...

Read more
Testing with a Staging Environment - Continuous Deployment

In this article, we'd like to talk about how we at TestingBot make sure that new code that goes into production is tested thoroughly.

Read more
Automated and Live Testing in different Geographical Locations

We've added an option to our Live and Automated Testing platforms to specify from which country you'd like your test to run.

Read more
Automated & Manual Browser Testing on macOS Mojave

We're excited to announce that starting today, we've added macOS Mojave (mac 10.14) beta 5 to our list of available platforms.

Read more
GeoIP, Localised testing in various countries with proxies.

With the most recent release of our TestingBot Tunnel, version 2.8, we now provide GeoIP/localized testing.

Read more
blank

If you're looking to learn more about Selenium, including tips and tricks, then we can recommend selenium.academy.

Read more