Skip to content

Releases: SeleniumHQ/selenium-ide

4.0.0-alpha.1

25 Aug 20:49

Choose a tag to compare

Commits

  • 7536f5a: side runner: plz work on windows (toddtarsi)

4.0.0-alpha.0

21 Jul 15:21

Choose a tag to compare

Commits

  • 4be76cf: frame src override fix for index selection (Robert Castles) #1505
  • b6eca15: remove frame url fallback matching code, no longer needed (Robert Castles) #1505
  • 88b1f92: re-implement URL fix for finding iframes (Robert Castles) #1505
  • 43be137: hide url workaround behind a pref (toddtarsi) #1505

v3.17.2

03 Dec 19:06
5fd3f35

Choose a tag to compare

Added check for null "event.source" (#1292)

v3.17.0

17 Mar 08:42

Choose a tag to compare

  • 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

02 Dec 07:18

Choose a tag to compare

  • Fix for playbackOptions becoming undefined when running nested tests
  • Fix for window resizing in javascript-mocha code export

v3.16.0

25 Nov 08:30

Choose a tag to compare

  • 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

11 Nov 18:25

Choose a tag to compare

  • Fix bug in playback which skips tests in suites

v3.15.0

10 Nov 09:24

Choose a tag to compare

  • 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

11 Oct 22:45
57217a0

Choose a tag to compare

  • Added experimental support for controlled extension mode

v3.13.0

12 Sep 11:31

Choose a tag to compare

  • Control flow: Added optional loop limit override to repeat if
  • Control flow: Excuded for each from 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)