Last Version

{project.groupId}:seleniumassertions 1.0.0

Simple library to assert Selenium WebElements

License

License

GroupId

GroupId

io.github.jaroslawkula
ArtifactId

ArtifactId

seleniumassertions
Version

Version

1.0.0
Type

Type

jar
Description

Description

{project.groupId}:seleniumassertions
Simple library to assert Selenium WebElements
Project URL

Project URL

https://github.com/jaroslawkula/SeleniumAssertions
Source Code Management

Source Code Management

http://github.com/jaroslawkula/SeleniumAssertions/tree/master

Download seleniumassertions 1.0.0


<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
org.testng : testng jar 7.1.0
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.