MVN

io.fluentlenium : fluentlenium-parent

Maven & Gradle

May 03, 2023
866 stars

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");

<dependency>
    <groupId>io.fluentlenium</groupId>
    <artifactId>fluentlenium-parent</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fluentlenium : fluentlenium-parent to add to Maven - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of io.fluentlenium : fluentlenium-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
fluentlenium-parent-6.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.fluentlenium</groupId>
    <artifactId>fluentlenium-parent</artifactId>
    <version>6.0.0</version>
</dependency>