- Internal restructuring - new interfaces to deduplicate code
- Added
SimpleImprovedWebElementwhich can be for direct instantiation
- Fix
ImprovedRemoteWebElementnot using correct search context
- Added
nativeClickmethod which executes the original/upstream click - Updated dependencies
- Updated dependencies
- Add new shortcut method
CanFindElements#waitForFirstByClassName - Updated dependencies
ImprovedWebElement#hasAttributenow waits for loading operations to complete (now callsprepareForOperation- likegetPropertyalready does)
- Removed reflection calls in
CustomizableJsonToWebElementConverteras SeleniumHQ/selenium#15884 was fixed #11- Selenium version 4.34+ is required
- Updated dependencies
ImprovedRemoteWebElement- Make it possible to disable auto scroll
- Don't throw an exception when scrolling into view is somehow not working
- Improve logger initialization
- Correctly declare
software.xdev:testcontainers-seleniumas scopetest
Initial release