Jar examples for s: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.
You can download jar file seb 0.5.0 in this page.
Apache License, Version 2.0
You can use the following script to add seb-0.5.0.jar to your project.
<dependency> <groupId>cz.etnetera</groupId> <artifactId>seb</artifactId> <version>0.5.0</version> </dependency>
compile group: 'cz.etnetera', name: 'seb', version: '0.5.0'
libraryDependencies += "cz.etnetera" % "seb" % "0.5.0"
<dependency org="cz.etnetera" name="seb" rev="0.5.0"/>
@Grapes(@Grab(group='cz.etnetera', module='seb', version='0.5.0'))
'cz.etnetera:seb:jar:0.5.0'
Click the following link to download the jar file.
seb-0.5.0-javadoc.jar