is not current version
Last Version 1.23

org.seleniumhq.selenium.fluent:fluent-selenium 1.0

A Fluent API on top of Selenium's WebDriver API

GroupId

GroupId

org.seleniumhq.selenium.fluent
ArtifactId

ArtifactId

fluent-selenium
Version

Version

1.0
Type

Type

jar

Download fluent-selenium 1.0


<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/ -->
<dependency>
    <groupId>org.seleniumhq.selenium.fluent</groupId>
    <artifactId>fluent-selenium</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation 'org.seleniumhq.selenium.fluent:fluent-selenium:1.0'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation ("org.seleniumhq.selenium.fluent:fluent-selenium:1.0")
'org.seleniumhq.selenium.fluent:fluent-selenium:jar:1.0'
<dependency org="org.seleniumhq.selenium.fluent" name="fluent-selenium" rev="1.0">
  <artifact name="fluent-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium.fluent', module='fluent-selenium', version='1.0')
)
libraryDependencies += "org.seleniumhq.selenium.fluent" % "fluent-selenium" % "1.0"
[org.seleniumhq.selenium.fluent/fluent-selenium "1.0"]