Last Version

Seb 0.5.1

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.

License

License

Categories

Categories

Net
GroupId

GroupId

cz.etnetera
ArtifactId

ArtifactId

seb
Version

Version

0.5.1
Type

Type

jar
Description

Description

Seb
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.
Project URL

Project URL

https://github.com/etnetera/seb
Project Organization

Project Organization

Etnetera a.s.
Source Code Management

Source Code Management

https://github.com/etnetera/seb

Download seb 0.5.1


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

Dependencies

compile (2)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 2.53.0
net.bytebuddy : byte-buddy jar 1.3.18

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.