Last Version

FluentLenium 0.5.4

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

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium
Version

Version

0.5.4
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 URL

Project URL

https://github.com/FluentLenium/FluentLenium
Project Organization

Project Organization

AConsulting

Download fluentlenium 0.5.4


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

Dependencies

compile (1)

Group / Artifact Type Version
org.fluentlenium : fluentlenium-festassert jar 0.5.4

Project Modules

There are no modules declared in this project.