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

License

License

GroupId

GroupId

fr.javafreelance.fluentlenium
ArtifactId

ArtifactId

fluentlenium
Last Version

Last Version

0.5.3
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
0.5.3
0.5.2
0.5.1
0.5
0.4
0.3