Releases: SeleniumHQ/selenium-ide
Releases · SeleniumHQ/selenium-ide
v3.12.3
- Control flow: fix for off-by-one error in nested forEach command blocks
v3.12.2
- Code export: Added command validation and error handling to notify the user of invalid commands
- Code export: Made the exported browser name match the current browser used for the IDE
- Control flow: Fixed a bug in forEach that prevented nested forEach command blocks from completely executing
- Runner: Fixed an off-by one error in forEach that prevented the last item in a collection from being used (PR #752)
- Docs: Updated runner documentation to specify required vendor prefix for browser specific options (PR #757)
- Docs: Fixed typo (PR #784)
v3.12.1
- Fix for string escaping, to handle backslashes
v3.12.0
v3.11.1
- Added a readme to @seleniumhq/side-utils
- Updated code-export plugin docs to mention @seleniumhq/side-utils
v3.11.0
- Add the ability for new programming languages to be specified through plugins
v3.10.0
- Code export for JavaScript (e.g., Mocha, Node 10)
v3.9.0
v3.8.1
- Code export fixes for commands that open and switch to new windows
- Added a suffix of "Test" to class and filenames in Java code export
v3.8.0
- Added forEach and storeJson commands
- Made it so explicit wait commands (e.g.,
wait for element visible
, etc.) override the built-in implicit wait mechanism - Fixed a bug in how the runner fetches dependencies, so it only happens when features that need external dependencies are used
- Added the ability for plugins to create variables
- Changed the code export UI to prompt the user for a download location