Skip to content

v3.4.0

Compare
Choose a tag to compare
@corevo corevo released this 04 Oct 13:50
· 692 commits to master since this release
5a7617e

Record/Playback session overhaul

  • Playbacks now occur inside their own specific window, separating IDE activity from the usual browsing.
  • Recording now dedicates a window to the test being recorded, windows being recorded will also show a badge on the bottom right corner.
  • When switching projects, or closing the IDE, all windows created by the IDE will now close for you.
  • While recording a new project, Selenium IDE will automatically add a set window size, this will set the window to the same size it was during recording.

Notable Changes

  • New welcome dialog that guides you through the basic principles of the IDE.
  • Automatic locators fallback, if the first locator fails after multiple retries, secondary locators found during recording will be used instead.
  • New project button, created a new project for you on the fly (no need to restart the IDE).
  • Added new commands wait for element editable, wait for element not editable, wait for element present, wait for element not present, wait for element visible, wait for element not visible.
  • ${KEY_ENTER} is now submits forms (Chrome only).