License |
License |
---|---|
GroupId | GroupIdio.github.jaroslawkula |
ArtifactId | ArtifactIdseleniumassertions |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description{project.groupId}:seleniumassertions
Simple library to assert Selenium WebElements
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
seleniumassertions-1.0.0.pom | |
seleniumassertions-1.0.0.jar | 5 KB |
seleniumassertions-1.0.0-sources.jar | 1 KB |
seleniumassertions-1.0.0-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jaroslawkula/seleniumassertions/ -->
<dependency>
<groupId>io.github.jaroslawkula</groupId>
<artifactId>seleniumassertions</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jaroslawkula/seleniumassertions/
implementation 'io.github.jaroslawkula:seleniumassertions:1.0.0'
// https://jarcasting.com/artifacts/io.github.jaroslawkula/seleniumassertions/
implementation ("io.github.jaroslawkula:seleniumassertions:1.0.0")
'io.github.jaroslawkula:seleniumassertions:jar:1.0.0'
<dependency org="io.github.jaroslawkula" name="seleniumassertions" rev="1.0.0">
<artifact name="seleniumassertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jaroslawkula', module='seleniumassertions', version='1.0.0')
)
libraryDependencies += "io.github.jaroslawkula" % "seleniumassertions" % "1.0.0"
[io.github.jaroslawkula/seleniumassertions "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.13.2 |
org.seleniumhq.selenium : selenium-java | jar | 4.0.0-alpha-3 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.1.0 |
org.mockito : mockito-all | jar | 1.10.19 |