| License |
License |
|---|---|
| GroupId | GroupIdorg.fluentlenium |
| ArtifactId | ArtifactIdfluentlenium |
| Last Version | Last Version0.5.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFluentLenium
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 |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fluentlenium-0.5.4.pom | |
| fluentlenium-0.5.4.jar | 6 KB |
| fluentlenium-0.5.4-sources.jar | 5 KB |
| fluentlenium-0.5.4-javadoc.jar | 5 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fluentlenium : fluentlenium-festassert | jar | 0.5.4 |