Skip to content

Releases: SeleniumHQ/selenium-ide

v3.1.0-beta.5

25 Apr 16:09
Compare
Choose a tag to compare
v3.1.0-beta.5 Pre-release
Pre-release

Note: Again with this beta you will have to load and save the project files

  • Better assertions using new matcher library
  • Better error codes, will show locators when fails
  • Can run suites and test cases in parallel (specify that using the flags and the suite's settings in the IDE)

There is a problem building the binary executors, as we are using an alpha version of jest in this release.

v3.1.0-beta.4

17 Apr 13:36
Compare
Choose a tag to compare
v3.1.0-beta.4 Pre-release
Pre-release
  • Fixed saving implicit xpath
  • Now have to specify which project to run

Note: In case of issues, try loading your projects and saving them again with the new beta, prior to reporting.

v3.1.0-beta.3

16 Apr 06:40
Compare
Choose a tag to compare
v3.1.0-beta.3 Pre-release
Pre-release

With this release you no longer need to export manually to javascript,
The runner will simply run the .side file automatically.
The binaries below can be used instead of the global npm package.
Just run them at your repositories root, it will pick up any .side files for you.

v3.0.2

15 Apr 08:31
Compare
Choose a tag to compare

Hotfix

  • Fixed a bug where you wouldn't be able to run playbacks on Firefox (Chrome unaffected)

v3.0.1

11 Apr 14:25
Compare
Choose a tag to compare

Notable changes

  • Save using Ctrl + S or equivalent on Mac and Linux
  • Hitting esc will minimize and maximize the console

Fixes

  • Fixed a bug where comment would flicker when hovered

v3.0.0

11 Apr 10:57
Compare
Choose a tag to compare

Why v3.0.0?

Now that we've published to Mozilla, the last version on there of the old IDE was 2.9.1,
In order to keep semantic versioning of the extension; we're bumping the major to 3, cheers!

Notable Changes

  • Added context menus throughout the IDE thanks @Jongkeun
  • Can now import old test suites if opened will show a helper dialog
  • Breakpoints can be added to commands, the IDE will focus if one is hit
  • Will now navigate away from blacklisted pages prior to running the test
  • Will open a new window if none can be used
  • Support for command comments
  • Support for File uploads in Chrome

Fixes

v1.1.0-beta.2

19 Mar 12:35
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

Note: There is a problem with exporting locators where the xpath is implicit (e.g. //div[@id='c']/button[2] instead of xpath=//div[@id='c']/button[2])
If you encounter that, add xpath= to before the locator.
It'll be fixed later on.

v1.0.3

26 Feb 15:03
Compare
Choose a tag to compare

Notable Changes

  • Reintroduced a lot of assertions: assertElementPresent, assertElementNotPresent, assertValue, assertEditable, assertNotEditable, assertChecked, assertNotChecked, assertSelectedValue and assertNotSelectedValue
  • New command setSpeed takes target between 0 and 3000, as delay in ms between commands

Fixes

v1.0.2

20 Feb 12:29
Compare
Choose a tag to compare

Notable Changes

  • Only one IDE can be open at a time, clicking on the button will focus the open IDE
  • open command can now take absolute urls
  • Record notifications can now be muted

Fixes

v1.1.0-beta.1

22 Jan 16:39
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

Release notes will be available when this will be a public release.
Firefox beta will be updated with the public release