Releases: computestdev/Openrunner
Releases · computestdev/Openrunner
v2.6.0
openrunner-ide
terminal command
openrunner
terminal command
- Improved readme
v2.5.1
- Workaround for firefox bug which caused some scripts to fail during a navigation
v2.5.0
- Small fix for httpEvents
- Fix the save buttons in the scratchpad result window
- Fix
transaction()
in content scripts
- Support for testable errors codes for all user facing errors (
error.name
in the result json)
v2.4.0
- Base the timeouts for expressions of the wait module on the start of the tab.run() or tab.wait() call
- Do not allow onbeforeunload dialogs
- Gracefully handle TLS errors for the main document
v2.3.1
- Update dependencies
- Bug fixes for the C&C communication
v2.2.1
- Fix issue #5
- Remove a few old preferences
v2.2.0
- New "requestModification" module
- New "mutationEvents" module
- Add methods for keyboard simulation to the "eventSimulation" module
- Replace chai-arrays with chai-as-promised for runner scripts
v2.1.0
- Improved event logging
- New: contentEvents
- New: eventSimulation.click()
- New: eventSimulation.focus()
v2.0.1
First public beta release, it is not yet feature complete when compared to v1