v3.1.0
I’d like to welcome @tourdedave to the IDE dev team, writer of Elemental Selenium, and part of SeleniumHQ.
Notable Changes
- Selenium IDE Plugins @corevo.
Plugins allows you to extend Selenium IDE's base functionality, like adding new commands! - Reference tab @tourdedave. #254
Reference tab will show guiding information about the command you're editing. executeScript
,executeAsyncScript
commands @corevo. #250check
,uncheck
commands @Plotist. #173verifyNotText
,assertNotText
@Plotist. #174verifySelectedLabel
,assertSelectedLabel
@Plotist. #172
Fixes
- Variables reset between different test runs (between each test for parallel runs), to avoid side effects @corevo.
- Command 'open' is not able to open stored variable without relation to URL for the suite @corevo. #200
- Allow using an absolute url without setting a base url @corevo. #231
- When migrating test cases with different base URLs, they will be converted to absolute ones @corevo.
- Restore the console to the correct height when maximized using
esc
@Jongkeun. #223 side
project files are now beautified @corevo.- Automatically attach and detach listeners when recording @corevo.
- Fix issues preventing save functionality on Firefox @corevo. #196
- Fixed an issue where the IDE's highlight would interfere with normal website behavior @corevo. #205
- Fixed file uploading on Windows @corevo. #197