is not current version
Last Version 2.0.4

io.github.javiertuya:selema 2.0.1

A multi-platform, multi-framework Selenium Test Lifecycle Manager on Java and .NET. Automates the WebDriver instantiation and configuration, providing an unified test log, clues for debugging and integration with CI platforms and Browser services.

GroupId

GroupId

io.github.javiertuya
ArtifactId

ArtifactId

selema
Version

Version

2.0.1
Type

Type

jar

Download selema 2.0.1


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