is not current version
Last Version 0.5.3

fr.javafreelance.fluentlenium:fluentlenium 0.5.2

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

GroupId

GroupId

fr.javafreelance.fluentlenium
ArtifactId

ArtifactId

fluentlenium
Version

Version

0.5.2
Type

Type

jar

Download fluentlenium 0.5.2


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