Skip to content

Releases: dn0000001/test-automation

0.10.7

18 Jul 15:34
890c8d8
Compare
Choose a tag to compare
0.10.7 Pre-release
Pre-release

#364 - Better handle disabled drop downs
#363 - Close files & Zip extract method
#362 - Add wrapper methods of commonly used FileUtils methods

0.10.6

03 Jul 20:06
f8c0e9c
Compare
Choose a tag to compare
0.10.6 Pre-release
Pre-release

#361 - Add support to download files using JavaScript

0.10.5

20 Jun 19:03
21ea231
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release

#359 - Add status code check when downloading file

0.10.4

19 Jun 18:16
ed9935d
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

#358 - Add support to attach files to report

0.10.3

18 Jun 22:12
ce0befb
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

#357 - Add necessary methods to be able to handle downloading file protected by XSS and/or CSRF

0.10.2

14 Jun 01:49
ac8853f
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

#356 - Add support to download files
Note: At this point, there is only support to download files protected by basic authentication via cookies. There is no support to download files protected from XSS and/or CSRF yet.

0.10.1

14 Jun 01:32
2b7fe10
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

#355 - Upgrade ui_auto_core to the latest (2.5.21)

Note: The DataAliases map has changed from <String, String> to <String, Object> which made the get method return an object instead of string. There is a new method getAsString that can be used instead.

0.10.0

12 Jun 15:10
7275abd
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

#353 - Upgrade TestNG 6.14.3 to latest (7.4.0)

0.9.1

07 Jun 01:33
ff2c0f6
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

#350 - Update validate status to use assertJ
#351 - JavaScript to get all attributes on an element
#352 - Add basic example to use MutationObserver from JavaScript

0.9.0

09 May 16:27
2e11340
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

#348 - Add Edge Chromium support

  • To use the Edge Legacy, it is necessary to set webdriver.browser.type=EDGE_LEGACY instead of just EDGE as before & set edge.legacy.install=true to have the driver installed
  • Edge Chromium is using the same options as Chrome because it is based on Chrome
  • Edge Chromium is installed by default instead of Edge Legacy. If you still want to use Edge Legacy, then it is necessary to set edge.legacy.install=true