is not current version
Last Version 0.5.1

cz.etnetera:seb 0.3.14

Seb (Selenium Browser) is Java library for working with Selenium WebDriver using more object approach, with context which wraps driver, custom elements, pages, modules and logics.

Categories

Categories

Net
GroupId

GroupId

cz.etnetera
ArtifactId

ArtifactId

seb
Version

Version

0.3.14
Type

Type

jar

Download seb 0.3.14


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