Skip to content

Releases: SeleniumHQ/selenium-ide

v3.7.4

Choose a tag to compare

@tourdedave tourdedave released this 16 May 08:23
  • Fix for the runner to resolve a bug with fetching dependencies
  • Fix for getting text from the page not getting white-space trimmed
  • Updated the "What's New" link in the project header to open the latest IDE release page in GitHub

v3.7.1

Choose a tag to compare

@corevo corevo released this 13 May 13:29
1c285a4

Fixes

  • selenium-side-runner won't load multiple versions of selenium-webdriver into memory
  • Fixed store context menu items
  • Removed --configuration-file flag, please use --config or --config-file instead

v3.7.0

Choose a tag to compare

@tourdedave tourdedave released this 07 May 12:35

Notable Improvements

  • Improved plugin support for code export
  • Added support for recursive reused test methods in code export
  • Docs for code-export

Fixes

  • Fixed to navigate issue when argument text link contains spaces (#674)

v3.6.1

Choose a tag to compare

@corevo corevo released this 01 May 14:19
787db56

Fixes

  • Fixed a bug where after switching back to a window Selenium IDE wouldn't switch to the top level context
  • Fixed a bug where open url could not contain variables
  • Upgraded js-yaml versions in the runner that were susceptible to a vulnerability

v3.6.0

Choose a tag to compare

@tourdedave tourdedave released this 17 Apr 23:10

Notable Changes

  • Code export for Java JUnit

v3.5.12

Choose a tag to compare

@corevo corevo released this 11 Apr 13:50
18924fb

Notable Changes

  • submit is deprecated, and will not be recorded anymore, we suggest re-recording the step since a future version of Selenium IDE will remove submit.

Fixes

  • Upgraded react-dom and react-tooltip to a version that is not susceptible to XSS.

v3.5.10

Choose a tag to compare

@corevo corevo released this 10 Mar 15:55
5ff06da

Fixes

  • Fixes a bug that prevents runner from looking up dependencies
    This release has no changes in the IDE, the latest IDE version is still 3.5.8

v3.5.9

Choose a tag to compare

@tourdedave tourdedave released this 26 Feb 13:33

Fixes

  • Fixes a bug that prevents execution due to invalid characters in the project name

This release has no changes in the IDE, the latest IDE version is still 3.5.8

v3.5.8

Choose a tag to compare

@tourdedave tourdedave released this 20 Feb 09:11

Notable Changes

  • Improved recording indicator UI
  • Improved recording of mouse over locators
  • Enable saving projects with invalid file system characters
  • Enable plugins to delete commands

Fixes

  • Fix for plugins to work with a suite of tests running in parallel in the runner

v3.5.7

Choose a tag to compare

@tourdedave tourdedave released this 14 Feb 14:00

Fixed performance issue during recording that would cause the browser window to become unresponsive.