f

fluentlenium-parent

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");
https://github.com/MathildeLemee/FluentLenium
Apache 2
AConsulting
Mathilde Lemee
Files download
File Operation
fluentlenium-parent-0.5.pom download
Apache Maven
<dependency>
  <groupId>fr.javafreelance.fluentlenium</groupId>
  <artifactId>fluentlenium-parent</artifactId>
  <version>0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fr.javafreelance.fluentlenium:fluentlenium-parent:0.5'
Gradle Kotlin
implementation("fr.javafreelance.fluentlenium:fluentlenium-parent:0.5")
Scala SBT
libraryDependencies += "fr.javafreelance.fluentlenium" % "fluentlenium-parent" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='fr.javafreelance.fluentlenium', module='fluentlenium-parent', version='0.5')
)
Apache Ivy
<dependency org="fr.javafreelance.fluentlenium" name="fluentlenium-parent" rev="0.5" />
Leiningen
[fr.javafreelance.fluentlenium/fluentlenium-parent "0.5"]
Apache Buildr
'fr.javafreelance.fluentlenium:fluentlenium-parent:jar:0.5'