FluentLenium Versions Save

FluentLenium is a web & mobile automation framework which extends Selenium to write reliable and resilient UI functional tests. This framework is React ready. Written and maintained by people who are automating browser-based tests on a daily basis.

v6.0.0

1 year ago

Selenium upgrade 4.9.0

#1414 Java 8 - support dropped in favour of Java 11 #1758 Java17 - support added

Libraries upgrades & website update to fluentlenium.io

Repackaging from org.fluentlenium to io.fluentlenium

the Sonatype repository change from legacy to the newest one

v5.0.4

1 year ago

Bump up Selenium to 4.2.2

v5.0.3

1 year ago

BugFix

#1491 WebComponents are not working with ShadowRoot

v5.0.2

2 years ago

Bugfixes:

#1374 - ShadowRoot refactoring to handle ChromeDriver 96+ with Selenium 4 support #944 - Method first() of FluentList is not initialising fields of its objects #944

v5.0.1

2 years ago

Major Changes

  • Selenium 4 support - @slawekradzyminski @abendt
  • Added await().untilAsserted() - @abendt
  • Multiple Kotest improvements - @abendt
  • Multiple Example improvements - @abendt
  • Shadow DOM support for the latest Chrome - @filipcynarski

All changes

Diff: https://github.com/FluentLenium/FluentLenium/compare/v4.8.0...v5.0.1

v4.8.0

2 years ago
  • Add Kotest module (fluentlenium-kotest)
  • Add Kotest assertions module (fluentlenium-kotest-assertions)
  • Spock major upgrade (to v2.0)

v4.6.2

3 years ago
  • Add support for shadow DOM - bugfixing
  • Libraries refresh

v4.6.1

3 years ago
  • Add support for shadow DOM - bugfixing

v4.6.0

3 years ago
  • Add support for shadow DOM
  • Migrate to Github actions from Travis

v3.10.1

3 years ago

#949 - New runner - support for Spring TestNG - docs #995 - Improve FluentLenium Spock support, rewrite, and more detailed testing. Multiple bugfixes. #922 - Chromium API support (can be used in Chrome and Edge) - docs #844 - Added hoverOver() method to FluentActions #934 - Added .hasTextContaining() assertion to assertj module #1103 - Added shortcut methods getDriver() and getAppiumDriver() #1092 - Cucumber major upgrade to 6.6.0