Skip to content

Releases: eotsevych/select2-java-selenium

v1.1.5

06 Feb 13:01
040323a

Choose a tag to compare

What's Changed

  • Reduced Default Wait Time - The default waiting duration in the constructor without WebDriverWait parameter has been reduced from 10 seconds to 5 seconds for quicker responsiveness.
  • Improved Dynamic Search Field Handling:
  • Enhanced logic for handling dynamic search fields inside the dropdown, providing more robust clearing and sending keys.
  • Enhanced Single or Multiple Selection Handling:
  • Improved logic in the selectByText method to dynamically determine whether the Select2 element supports multiple selections, allowing better handling of single and multiple selections.
  • Improved Handling of Outside Search Field:
  • Identified and utilized external search fields on the page for Select2 dropdowns containing an outside search field.
  • Enhanced getMultiSelectedOptionsText Method - The method to retrieve the text of multi-selected options has been updated to handle removal buttons, providing cleaner option text extraction.
  • Improved waitUntilLoadingEnd Method - The method now catches TimeoutException and continues without taking any action, ensuring more robust handling of visibility and invisibility conditions.
  • Minor Adjustments and Cleanup - Various minor adjustments and cleanup for improved code readability and maintainability.

Full Changelog: v1.1.4...v1.1.5

Release v1.1.4

17 Dec 21:38
8944d21

Choose a tag to compare

Update pom.xml

v1.1.3

17 Dec 21:11
5ecf643

Choose a tag to compare

Release version 1.1.3

v1.1.2

17 Dec 20:53
5ecf643

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.2

Release v1.1.1

17 Dec 20:49
5ecf643

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

Release v1.1.0

17 Dec 20:37
bde29d6

Choose a tag to compare

What's Changed

  • Feature - Add verification for appropriate tag name Feature - Add verification for appropriate Select2 elements structure Add Tetst Improve static code analysis result Full Changelog: https://github.com/eotsevych/select2-java-selenium/compare/1.0...1.1.0

Init release 1.0

16 Dec 19:37

Choose a tag to compare