Skip to content

v3.1.0

Compare
Choose a tag to compare
@corevo corevo released this 21 Jun 11:53
· 1352 commits to master since this release
5997b7a

I’d like to welcome @tourdedave to the IDE dev team, writer of Elemental Selenium, and part of SeleniumHQ.

Notable Changes

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