Releases: SeleniumHQ/selenium-ide
Releases · SeleniumHQ/selenium-ide
v3.7.4
- 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
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
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
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
Notable Changes
- Code export for Java JUnit
v3.5.12
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
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
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
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
Fixed performance issue during recording that would cause the browser window to become unresponsive.