Last Version

FluentLenium 5.0.4

FluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of css selectors. Build upon Selenium WebDriver. goTo("http://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");

License

License

GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-parent
Version

Version

5.0.4
Type

Type

pom
Description

Description

FluentLenium
FluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of css selectors. Build upon Selenium WebDriver. goTo("http://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");
Project URL

Project URL

https://github.com/FluentLenium/FluentLenium
Project Organization

Project Organization

FluentLenium
Source Code Management

Source Code Management

https://github.com/FluentLenium/FluentLenium

Download fluentlenium-parent 5.0.4


<!-- https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/ -->
<dependency>
    <groupId>org.fluentlenium</groupId>
    <artifactId>fluentlenium-parent</artifactId>
    <version>5.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/
implementation 'org.fluentlenium:fluentlenium-parent:5.0.4'
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/
implementation ("org.fluentlenium:fluentlenium-parent:5.0.4")
'org.fluentlenium:fluentlenium-parent:pom:5.0.4'
<dependency org="org.fluentlenium" name="fluentlenium-parent" rev="5.0.4">
  <artifact name="fluentlenium-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fluentlenium', module='fluentlenium-parent', version='5.0.4')
)
libraryDependencies += "org.fluentlenium" % "fluentlenium-parent" % "5.0.4"
[org.fluentlenium/fluentlenium-parent "5.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fluentlenium-core
  • fluentlenium-integration-tests
  • fluentlenium-assertj
  • fluentlenium-junit
  • fluentlenium-junit-jupiter
  • fluentlenium-testng
  • fluentlenium-spring-testng
  • fluentlenium-cucumber
  • fluentlenium-spock
  • fluentlenium-kotest
  • fluentlenium-kotest-assertions
  • fluentlenium-coverage-report