License |
License |
---|---|
GroupId | GroupIdfr.javafreelance.fluentlenium |
ArtifactId | ArtifactIdfluentlenium |
Version | Version0.5.3 |
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 Organization |
Project Organization |
Filename | Size |
---|---|
fluentlenium-0.5.3.pom | |
fluentlenium-0.5.3.jar | 7 KB |
fluentlenium-0.5.3-sources.jar | 5 KB |
fluentlenium-0.5.3-javadoc.jar | 5 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
fr.javafreelance.fluentlenium : fluentlenium-festassert | jar | 0.5.3 |