Releases: SeleniumHQ/selenium-ide
v3.1.0-beta.5
Note: Again with this beta you will have to load and save the project files
- Better assertions using new matcher library
- Better error codes, will show locators when fails
- Can run suites and test cases in parallel (specify that using the flags and the suite's settings in the IDE)
There is a problem building the binary executors, as we are using an alpha version of jest
in this release.
v3.1.0-beta.4
- Fixed saving implicit xpath
- Now have to specify which project to run
Note: In case of issues, try loading your projects and saving them again with the new beta, prior to reporting.
v3.1.0-beta.3
With this release you no longer need to export manually to javascript,
The runner will simply run the .side
file automatically.
The binaries below can be used instead of the global npm
package.
Just run them at your repositories root, it will pick up any .side
files for you.
v3.0.2
v3.0.1
v3.0.0
Why v3.0.0?
Now that we've published to Mozilla, the last version on there of the old IDE was 2.9.1,
In order to keep semantic versioning of the extension; we're bumping the major to 3, cheers!
Notable Changes
- Added context menus throughout the IDE thanks @Jongkeun
- Can now import old test suites if opened will show a helper dialog
- Breakpoints can be added to commands, the IDE will focus if one is hit
- Will now navigate away from blacklisted pages prior to running the test
- Will open a new window if none can be used
- Support for command comments
- Support for File uploads in Chrome
Fixes
- How to load old selenium test suite with new selenium IDE for chrome
- loading old Suits in Selenium IDE
- Issue handling " from old ide scripts
- Fixed an issue where the selected test would change unexpectedly when navigating
- Issue selecting frames
v1.1.0-beta.2
Note: There is a problem with exporting locators where the xpath is implicit (e.g. //div[@id='c']/button[2]
instead of xpath=//div[@id='c']/button[2]
)
If you encounter that, add xpath=
to before the locator.
It'll be fixed later on.
v1.0.3
Notable Changes
- Reintroduced a lot of assertions:
assertElementPresent
,assertElementNotPresent
,assertValue
,assertEditable
,assertNotEditable
,assertChecked
,assertNotChecked
,assertSelectedValue
andassertNotSelectedValue
- New command
setSpeed
takes target between 0 and 3000, as delay in ms between commands
Fixes
v1.0.2
Notable Changes
- Only one IDE can be open at a time, clicking on the button will focus the open IDE
open
command can now take absolute urls- Record notifications can now be muted
Fixes
- Open url command not working
- Recording should be stopped when Play button is pressed
- Conflict with client require.js
- can't start tests when browser opens special page(ex: Google Chrome's start page, Chrome web store, about:blank)
- Current test focus does not switch to newly loaded .side file
- Improvement: option to disable notifications
- Better handling of selection when deleting tests or switching views
v1.1.0-beta.1
Release notes will be available when this will be a public release.
Firefox beta will be updated with the public release