Releases: SeleniumHQ/selenium-ide
Releases · SeleniumHQ/selenium-ide
4.0.0-alpha.1
Commits
- 7536f5a: side runner: plz work on windows (toddtarsi)
4.0.0-alpha.0
Commits
v3.17.2
v3.17.0
- a11y: support resize text PR 972 (#975)
- a11y: color & design PR 972 (#965)
- a11y: announce recording has started PR 974 (#964)
- a11y: support labels, roles, tooltips, and focus order PR 973 (#963)
- a11y: long test names can be scrolled into view PR 987 (#987)
- add waitForText command PR 869 & 980 (#980)
- code export: add option to output command description on its own line PR 878
- add commands to context menu PR 867 & 899
- add confirmation dialog before loading a new project PR 883
- recording: fix click handling after starting/stopping PR 927
- recording: properly save handlers so they are correctly removed PR 926
- docs: updated getting-started PR 909
v3.16.1
- Fix for playbackOptions becoming undefined when running nested tests
- Fix for window resizing in javascript-mocha code export
v3.16.0
- Added the option to specify a remote Grid URL for code export
- Made code-export packages public so SIDE plugin maintainers can automate code generation for end-to-end testing if needed
v3.15.1
- Fix bug in playback which skips tests in suites
v3.15.0
- Code export C# xUnit PR #845
- Code export C# NUnit
- Code export Ruby RSpec
- Added persistence to language selection in code export
- Fix variable bug in Java code export when using nested for loops
- Fix ActionChains in Python code export PR #827
- Updated code export command validation to ignore commented out commands
- Updated plugin boilerplate PR #859
- Added property access to variables PR #808 (added in the previous release but not noted)
- Fix for the wrong filetype being used when saving a project or using code export
- Made it so assertions in nested tests can be disabled from the run command
v3.14.0
v3.13.0
- Control flow: Added optional loop limit override to
repeat if - Control flow: Excuded
for eachfrom implicit retry limit - Runner: Fixed type checking bug for WebElements
- Plugins: Added support to open the IDE and load projects (PR #804)
- Code export: Added missing support for command registration to side-model (fixes broken code export for plugins)
- Variables: Added improved property access on variables (PR #808)