License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcz.etnetera |
ArtifactId | ArtifactIdseb |
Version | Version0.5.1 |
Type | Typejar |
Description |
DescriptionSeb
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
seb-0.5.1.pom | |
seb-0.5.1.jar | 96 KB |
seb-0.5.1-sources.jar | 82 KB |
seb-0.5.1-javadoc.jar | 552 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 2.53.0 |
net.bytebuddy : byte-buddy | jar | 1.3.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |