Home | Javadocs | Tutorial | FAQ | Download & Install

Download Jauntium

Jauntium 0.9 [release notes]
Jauntium is available for personal and commercial use under the Apache Licence. You may not use use Jauntium except in compliance with the License. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Copyright 2018 Tom Cervenka.

Installation Intructions
The download contains the following files:
  • Jauntium jar file
  • licensing agreement
  • javadocs documentation
  • release notes
Add the jar file to your Selenium project*. If you do not already use Selenium, you can find a number of tutorials on YouTube. For example, this video covers installing and configuring Maven/Selenium using the Eclipse IDE on Windows. Alternatively, search for a Selenium tutorial for your particular platform/IDE.

Because Jauntium has a dependency on Jaunt, you will also need to download an edition of Jaunt (version 1.4.5 or later). Jaunt offers a free monthly edition as well as longer term editions (see all Jaunt products). The Jaunt jar file must be added to your Selenium project as well.

After adding the jar files to your Selenium project, you will be able to recompile and/or run the example files in the tutorial, though you will probably want to alter the package name in each example to match that of your new/test Selenium project. Tip: If your IDE supports it, configure javadoc integration (eg, in your Eclipse project, configure java build path, expand the entry for the Jauntium jar file, then select the path to the Jauntium javadocs folder).

See also: How do I use Jauntium in an existing Selenium project?

* - Maven support for this step is forthcoming.



Home | Javadocs | Tutorial | FAQ | Download & Install