MVN

fr.javafreelance.fluentlenium : fluentlenium-parent

Maven & Gradle

Nov 30, 2011

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://mywebpage/"); fill("#firstName").with("toto"); click("#create-button");

<dependency>
    <groupId>fr.javafreelance.fluentlenium</groupId>
    <artifactId>fluentlenium-parent</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.3

All Versions

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

Version Vulnerabilities Updated
0.5.x
fluentlenium-parent-0.5.3
fluentlenium-parent-0.5.2
fluentlenium-parent-0.5.1
0.5
fluentlenium-parent-0.5
0.4
fluentlenium-parent-0.4
0.3
fluentlenium-parent-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fr.javafreelance.fluentlenium</groupId>
    <artifactId>fluentlenium-parent</artifactId>
    <version>0.5.3</version>
</dependency>