Releases: dn0000001/test-automation
Releases · dn0000001/test-automation
0.10.7
#364 - Better handle disabled drop downs
#363 - Close files & Zip extract method
#362 - Add wrapper methods of commonly used FileUtils methods
0.10.6
#361 - Add support to download files using JavaScript
0.10.5
#359 - Add status code check when downloading file
0.10.4
#358 - Add support to attach files to report
0.10.3
#357 - Add necessary methods to be able to handle downloading file protected by XSS and/or CSRF
0.10.2
#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
#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
#353 - Upgrade TestNG 6.14.3 to latest (7.4.0)
0.9.1
#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
#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