License |
License |
---|---|
GroupId | GroupIdorg.seleniumhq.selenium.fluent |
ArtifactId | ArtifactIdfluent-selenium |
Last Version | Last Version1.23 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfluent-selenium
A Fluent API on top of Selenium's WebDriver API
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluent-selenium-1.23.pom | |
fluent-selenium-1.23.jar | 60 KB |
fluent-selenium-1.23-sources.jar | 17 KB |
fluent-selenium-1.23-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/ -->
<dependency>
<groupId>org.seleniumhq.selenium.fluent</groupId>
<artifactId>fluent-selenium</artifactId>
<version>1.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation 'org.seleniumhq.selenium.fluent:fluent-selenium:1.23'
// https://jarcasting.com/artifacts/org.seleniumhq.selenium.fluent/fluent-selenium/
implementation ("org.seleniumhq.selenium.fluent:fluent-selenium:1.23")
'org.seleniumhq.selenium.fluent:fluent-selenium:jar:1.23'
<dependency org="org.seleniumhq.selenium.fluent" name="fluent-selenium" rev="1.23">
<artifact name="fluent-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seleniumhq.selenium.fluent', module='fluent-selenium', version='1.23')
)
libraryDependencies += "org.seleniumhq.selenium.fluent" % "fluent-selenium" % "1.23"
[org.seleniumhq.selenium.fluent/fluent-selenium "1.23"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all Optional | jar | 1.3 |
org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
io.dropwizard.metrics : metrics-core Optional | jar | 3.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 1.10.19 |