Download jbrowserdriver-1.0.0-RC1.jar file - Jar j

Jar examples for j:jbrowserdriver

Description

A programmable, embedded web browser driver compatible with the Selenium WebDriver spec -- fast, headless, WebKit-based, 100% pure Java, and no browser dependencies

You can download jar file jbrowserdriver 1.0.0-RC1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add jbrowserdriver-1.0.0-RC1.jar to your project.

<dependency>
   <groupId>com.machinepublishers</groupId>
   <artifactId>jbrowserdriver</artifactId>
   <version>1.0.0-RC1</version>
</dependency>
compile group: 'com.machinepublishers', name: 'jbrowserdriver', version: '1.0.0-RC1'
libraryDependencies += "com.machinepublishers" % "jbrowserdriver" % "1.0.0-RC1"
<dependency org="com.machinepublishers" name="jbrowserdriver" rev="1.0.0-RC1"/>
@Grapes(@Grab(group='com.machinepublishers', module='jbrowserdriver', version='1.0.0-RC1'))
'com.machinepublishers:jbrowserdriver:jar:1.0.0-RC1'

Download

Click the following link to download the jar file.

jbrowserdriver-1.0.0-RC1-javadoc.jar
jbrowserdriver-1.0.0-RC1-sources.jar
jbrowserdriver-1.0.0-RC1-uberjar.jar
jbrowserdriver-1.0.0-RC1.jar
jbrowserdriver-1.0.0-RC1.pom



Related Tutorials