License |
License |
---|---|
GroupId | GroupIdorg.fluentlenium |
ArtifactId | ArtifactIdfluentlenium-parent |
Last Version | Last Version5.0.4 |
Release Date | Release Date |
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://www.bing.com");
$("#sb_form_q").fill().with("FluentLenium");
$("#sb_form_go").submit();
assertThat(title()).contains("FluentLenium");
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluentlenium-parent-5.0.4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/ -->
<dependency>
<groupId>org.fluentlenium</groupId>
<artifactId>fluentlenium-parent</artifactId>
<version>5.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/
implementation 'org.fluentlenium:fluentlenium-parent:5.0.4'
// https://jarcasting.com/artifacts/org.fluentlenium/fluentlenium-parent/
implementation ("org.fluentlenium:fluentlenium-parent:5.0.4")
'org.fluentlenium:fluentlenium-parent:pom:5.0.4'
<dependency org="org.fluentlenium" name="fluentlenium-parent" rev="5.0.4">
<artifact name="fluentlenium-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fluentlenium', module='fluentlenium-parent', version='5.0.4')
)
libraryDependencies += "org.fluentlenium" % "fluentlenium-parent" % "5.0.4"
[org.fluentlenium/fluentlenium-parent "5.0.4"]