Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: computestdev/Openrunner

v2.6.0

08 Mar 11:40
Compare
Choose a tag to compare
  • openrunner-ide terminal command
  • openrunner terminal command
  • Improved readme

v2.5.1

20 Feb 21:23
Compare
Choose a tag to compare
  • Workaround for firefox bug which caused some scripts to fail during a navigation

v2.5.0

19 Jan 15:32
Compare
Choose a tag to compare
v2.5.0 Pre-release
Pre-release
  • 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

11 Jan 23:43
Compare
Choose a tag to compare
v2.4.0 Pre-release
Pre-release
  • 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

05 Jan 14:50
Compare
Choose a tag to compare
v2.3.1 Pre-release
Pre-release
  • Update dependencies
  • Bug fixes for the C&C communication

v2.2.2

18 Dec 12:06
Compare
Choose a tag to compare
v2.2.2 Pre-release
Pre-release

Various small bug fixes

v2.2.1

10 Dec 15:12
Compare
Choose a tag to compare
v2.2.1 Pre-release
Pre-release
  • Fix issue #5
  • Remove a few old preferences

v2.2.0

08 Dec 15:26
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-release
  • 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

28 Nov 17:02
Compare
Choose a tag to compare
v2.1.0 Pre-release
Pre-release
  • Improved event logging
  • New: contentEvents
  • New: eventSimulation.click()
  • New: eventSimulation.focus()

v2.0.1

29 Oct 15:15
Compare
Choose a tag to compare
v2.0.1 Pre-release
Pre-release

First public beta release, it is not yet feature complete when compared to v1