Skip to content

Releases: FluentLenium/FluentLenium

3.7.1

23 Nov 13:06
Compare
Choose a tag to compare
  • #632 - Selenium bumpup 3.141.59
  • #630 - Upgrade JUnit 5 to latest stable

3.7.0

07 Sep 19:12
Compare
Choose a tag to compare

Bug fixes:

  • #491 - IllegalArgumentException: object is not an instance of declaring class
  • #593 - Await for lists seems to not working as expecting
  • #600 - Set default timeout and polling interval for Wait hook annotation

Features:

  • #611 Update Cucumber to 3.0.2
  • #612 Change handling Before and After from Cucumber
  • #616 Selenium 3.14.0 upgrade

Documentation:

  • #620 - Add documentation for FluentCucumber new way of integration
  • #588 - Add containingText(...) to docs
  • #601 - Bad default timeout in documentation

3.6.1

02 Jul 13:25
Compare
Choose a tag to compare
  • Problem with RemoteWebDriver on version 3.6.0 (#591)

3.6.0

27 Jun 21:31
Compare
Choose a tag to compare
  • Selenium upgrade to 3.12.0
  • Nullpointer is thrown during html dump #571
  • Bump-up versions of dependencies #577
  • Spock - Can't create new WebDriver instance #569
  • Support screenshot for alert #455
  • FluentLenium cucumber upgrade #318
  • Cannot separate Hooks class #291
  • JUnit Jupiter (JUnit 5) adapter #276

3.5.2

14 Feb 20:34
Compare
Choose a tag to compare
  • Selenium 3.9.1 support added

3.5.1

07 Feb 22:38
Compare
Choose a tag to compare
  • Selenium upgrade to 3.9.0

v3.5.0

07 Feb 08:34
Compare
Choose a tag to compare
  • Selenium 3.8.1 support
  • Change axes() to more descriptive name #544
  • Ambiguous FluentList / FluentWebElement #536
  • Local PageUrl is not working for relatives paths #535
  • public method typo fix getAttribut became getAttribute in AttributeFilter class

v3.4.1

18 Oct 14:16
Compare
Choose a tag to compare
  • await().until(FluentList).displayed() does not work (#541) - documentation update + tests added
  • Self referencing bound FluentPage changes in release 3.4.0 (#546)

v3.4.0

29 Sep 14:51
Compare
Choose a tag to compare
  • Selenium upgrade to 3.5.3 (#530)
  • Go is void but it may be FluentPage (#466)
  • Headless chrome config - docs updated (#516)
  • await() doesn't find a new element in a list of FluentWebElement's bug (#489)

v3.3.0

25 Jul 10:54
Compare
Choose a tag to compare
  • Obtain browser session lock - timeout (#520)
  • Multi threading support on method level (TestNG can be instrumented by annotation) (#518, #508)
  • FluentLenium E2E tests are executed on BrowserStack now (#363)