Skip to content

Releases: SeleniumHQ/selenium-ide

v3.12.3

04 Sep 08:59
Compare
Choose a tag to compare
  • Control flow: fix for off-by-one error in nested forEach command blocks

v3.12.2

04 Sep 07:50
Compare
Choose a tag to compare
  • 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

18 Jul 11:18
Compare
Choose a tag to compare
  • Fix for string escaping, to handle backslashes

v3.12.0

16 Jul 11:52
Compare
Choose a tag to compare
  • Added default wait time to wait for commands (PR #678)
  • Added better string escaping to code export and code emitting for the command-line runner
  • Made setWindowSize optional when emitting for the runner (issue #627)

v3.11.1

01 Jul 11:56
Compare
Choose a tag to compare
  • Added a readme to @seleniumhq/side-utils
  • Updated code-export plugin docs to mention @seleniumhq/side-utils

v3.11.0

01 Jul 11:35
Compare
Choose a tag to compare
  • Add the ability for new programming languages to be specified through plugins

v3.10.0

23 Jun 08:27
Compare
Choose a tag to compare
  • Code export for JavaScript (e.g., Mocha, Node 10)

v3.9.0

16 Jun 12:50
Compare
Choose a tag to compare
  • Code export for Python (e.g., pytest, Python 3)
  • Fix for frames to support relative=parent in the runner
  • Fix for frames to support relative=top in IDE playback
  • Added timestamps to log entries (PR #688)

v3.8.1

02 Jun 12:02
Compare
Choose a tag to compare
  • 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

23 May 15:15
Compare
Choose a tag to compare
  • 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