Last Version

org.fluentlenium:fluentlenium-e2e 3.6.1

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://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");

License

License

GroupId

GroupId

org.fluentlenium
ArtifactId

ArtifactId

fluentlenium-e2e
Version

Version

3.6.1
Type

Type

jar
Description

Description

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://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");
Project Organization

Project Organization

FluentLenium

Download fluentlenium-e2e 3.6.1


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

Dependencies

compile (4)

Group / Artifact Type Version
org.fluentlenium : fluentlenium-core jar 3.6.1
org.fluentlenium : fluentlenium-testng jar 3.6.1
org.testng : testng jar 6.14.3
org.fluentlenium : fluentlenium-assertj jar 3.6.1

Project Modules

There are no modules declared in this project.