Releases: vmi/selenese-runner-java
Releases · vmi/selenese-runner-java
selenese-runner-java-4.3.0
selenese-runner-java-4.2.0
- Catch up Selenium 4.4.0 and update dependency versions.
- Fix several problems associated with the update.
selenese-runner-java-4.1.0
- Fix ExecuteAsyncScript not working with Firefox. (#332, PR #333 by @blutorange)
- Catch up Selenium 4.3.0 and update dependency versions.
- Fix several problems associated with the update.
selenese-runner-java-4.0.0
- Catch up Selenium 4.1.0 and update dependency versions.
- Remove PhantomJS driver support.
- Update Maven plugin versions.
- Change to treat unsuccessful
waitFor*
command result as "Failure" in SIDE file. (#330)
selenese-runner-java-3.34.0
- Fix the following commands not working propperly. (#327)
answer on next prompt
choose cancel on next prompt
choose ok on next confirmation
choose cancel on next confirmation
- Update dependency versions.
selenese-runner-java-3.33.0
- Fix not to replace undefined variables. (#324)
- Fix a bug in mouse event handling.
- Refine unit tests.
- Update dependency versions.
selenese-runner-java-3.32.0
- Change not to retry the composite command if an error occurs. (#320)
- Remove the workaround for KeyEvent in old Firefox.
- Add the workaround for a JMTE bug.
- Fix unittest errors.
- Update jQuery for test code.
- Update dependency versions.
selenese-runner-java-3.31.0
- Fix missing
debugger
command addition. - Remove the code we no longer need because the screenshot feature has been replaced by Selenium Shutterbug. (#321)
- Update dependency versions.
- Follow API changes in Selenium Shutterbug 1.0.
- Fix test error due to changes in geckodriver 0.27.0.
selenese-runner-java-3.30.0
- Upgrade jmte version to 5.0.0. (#317 by @BSchneppe)
- And to 6.0.0.
- Update dependency versions.