You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.