Releases: jdi-testing/jdi-light
Releases · jdi-testing/jdi-light
Release 1.6.0
Release 1.5.3
What's Changed
- Update selenuim
- Update webdrivermanager
- Update all dependencies
- Introduce several new interfaces
- Small changes in tests and libraries
Release 1.5.2
- update selenium to the latest 4.16.1 version
- update webdrivermanager to the latest version
- log4j is updated to the latest version
- other libraries were also updated
- some cosmetic changes in the code
Release 1.5.1
- Fix for find and finds functions in case of Root and ShadowHost annotations
- Update webdrivermanager to 5.5.3 release
Release 1.5.0
- Compiled using JDK11
- Separate jdi-light-core module is created with JDI Light without logger
- Log4j is added back to jdi-light library
- WebDriverManager was updated
@ShadowRoot
annotation is created to use Shadow Elements- Due to Shadow element support optimization for search an element by id on page is deleted, all elements are now always searched according to elements hierarchy
1.4.12
- Update dependencies due to vulnerabilities
- GetInvisible annotation is introduced
- small updates