Skip to content

Releases: automate-website/jwebrobot

1.10.2

28 Oct 19:38
Compare
Choose a tag to compare

Fixed

  • release docker image build

1.10.1

28 Oct 19:08
Compare
Choose a tag to compare

Fixed

  • dist docker-compose

1.10.0

28 Oct 19:07
Compare
Choose a tag to compare

Changed

  • upgraded to selenium-java 3.14.0
  • integrate spring-boot 2.0.5
  • integrated standard selenium docker images for testing
  • add dist docker-compose for easy bootstrapping
  • improve console logging

1.9.0

11 Jul 21:56
Compare
Choose a tag to compare

Added

  • "alert" action (#68)
  • support for Chrome headless (#64)

Changed

  • upgraded to selenium-java 3.4.0 (#53)
  • upgraded to waml-io 1.1.0 (#68)
  • improved documentation (#63)

Fixed

  • Docker build on Travis CI (#63)

1.8.0

11 Jul 21:49
Compare
Choose a tag to compare

Added

  • experimental iframe element usage support within filter criteria

1.7.0

11 Jul 21:49
Compare
Choose a tag to compare

Added

  • browser name as system property
  • support for decimals in the wait step

Changed

  • upgraded to selenium-java 2.53.1

1.6.0: added proper shutdown of the executor service; added completion message;

11 Jul 21:49
Compare
Choose a tag to compare

Added

  • introduced mode option and stepwise/pausable interactive playback mode

Changed

  • bridged java util logging to unify logging output

1.5.0

11 Jul 21:51
Compare
Choose a tag to compare

Added

  • added configuration parameter that toggles window maximization before scenario execution

1.4.0

11 Jul 21:51
Compare
Choose a tag to compare

Added

  • added experimental support for store criteria to be able to persist the element reference of the filtered element in the memory and reuse it during the scenario execution.

1.3.0

11 Jul 21:51
Compare
Choose a tag to compare

Changed

  • allowed setting multiple scenario paths as cmd line argument values (#50)

Fixed

  • made scenario path command line argument optional as stated
  • fixed interpretation of the timeout step criteria value as seconds (#49)