is not current version
Last Version 1.23

org.seleniumhq.selenium.fluent:fluent-selenium 1.17

A Fluent API on top of Selenium's WebDriver API

GroupId

GroupId

org.seleniumhq.selenium.fluent
ArtifactId

ArtifactId

fluent-selenium
Version

Version

1.17
Type

Type

jar

Download fluent-selenium 1.17


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