Download selenide-4.6.jar file - Jar s

Jar examples for s:selenide

Description

Selenide is an addition for Selenium WebDriver to facilitate writing JUnit tests with Selenium

You can download jar file selenide 4.6 in this page.

License

LGPL 3.0

Build File

You can use the following script to add selenide-4.6.jar to your project.

<dependency>
   <groupId>com.codeborne</groupId>
   <artifactId>selenide</artifactId>
   <version>4.6</version>
</dependency>
compile group: 'com.codeborne', name: 'selenide', version: '4.6'
libraryDependencies += "com.codeborne" % "selenide" % "4.6"
<dependency org="com.codeborne" name="selenide" rev="4.6"/>
@Grapes(@Grab(group='com.codeborne', module='selenide', version='4.6'))
'com.codeborne:selenide:jar:4.6'

Download

Click the following link to download the jar file.

selenide-4.6-javadoc.jar
selenide-4.6-sources.jar
selenide-4.6.jar
selenide-4.6.pom



Related Tutorials