Skip to content

Releases: SeleniumHQ/selenium-ide

v3.1.0-beta.5

v3.1.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@corevo corevo released this 25 Apr 16:09

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

v3.1.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@corevo corevo released this 17 Apr 13:36
  • 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

v3.1.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@corevo corevo released this 16 Apr 06:40

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

Choose a tag to compare

@corevo corevo released this 15 Apr 08:31

Hotfix

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

v3.0.1

Choose a tag to compare

@corevo corevo released this 11 Apr 14:25

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

Choose a tag to compare

@corevo corevo released this 11 Apr 10:57

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

v1.1.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@corevo corevo released this 19 Mar 12:35

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

Choose a tag to compare

@corevo corevo released this 26 Feb 15:03

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

Choose a tag to compare

@corevo corevo released this 20 Feb 12:29

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

v1.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@corevo corevo released this 22 Jan 16:39

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