Last Version

FluentLenium 0.5.3

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

License

License

GroupId

GroupId

fr.javafreelance.fluentlenium
ArtifactId

ArtifactId

fluentlenium
Version

Version

0.5.3
Type

Type

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

Project Organization

AConsulting

Download fluentlenium 0.5.3


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

Dependencies

compile (1)

Group / Artifact Type Version
fr.javafreelance.fluentlenium : fluentlenium-festassert jar 0.5.3

Project Modules

There are no modules declared in this project.