License |
License |
---|---|
GroupId | GroupIdfr.javafreelance.fluentlenium |
ArtifactId | ArtifactIdfluentlenium-parent |
Version | Version0.5.3 |
Type | Typepom |
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-parent-0.5.3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.javafreelance.fluentlenium/fluentlenium-parent/ -->
<dependency>
<groupId>fr.javafreelance.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>0.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.javafreelance.fluentlenium/fluentlenium-parent/
implementation 'fr.javafreelance.fluentlenium:fluentlenium-parent:0.5.3'
// https://jarcasting.com/artifacts/fr.javafreelance.fluentlenium/fluentlenium-parent/
implementation ("fr.javafreelance.fluentlenium:fluentlenium-parent:0.5.3")
'fr.javafreelance.fluentlenium:fluentlenium-parent:pom:0.5.3'
<dependency org="fr.javafreelance.fluentlenium" name="fluentlenium-parent" rev="0.5.3">
<artifact name="fluentlenium-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.javafreelance.fluentlenium', module='fluentlenium-parent', version='0.5.3')
)
libraryDependencies += "fr.javafreelance.fluentlenium" % "fluentlenium-parent" % "0.5.3"
[fr.javafreelance.fluentlenium/fluentlenium-parent "0.5.3"]