Download seb-0.3.17.jar file - Jar s

Jar examples for s:seb

Description

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.

You can download jar file seb 0.3.17 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add seb-0.3.17.jar to your project.

<dependency>
   <groupId>cz.etnetera</groupId>
   <artifactId>seb</artifactId>
   <version>0.3.17</version>
</dependency>
compile group: 'cz.etnetera', name: 'seb', version: '0.3.17'
libraryDependencies += "cz.etnetera" % "seb" % "0.3.17"
<dependency org="cz.etnetera" name="seb" rev="0.3.17"/>
@Grapes(@Grab(group='cz.etnetera', module='seb', version='0.3.17'))
'cz.etnetera:seb:jar:0.3.17'

Download

Click the following link to download the jar file.

seb-0.3.17-javadoc.jar
seb-0.3.17-sources.jar
seb-0.3.17.jar
seb-0.3.17.pom



Related Tutorials