DOC

net.sf.seleniumjt : seleniumjt-core

Maven & Gradle

May 02, 2014
0 stars

SeleniumJT is a Selenium2 wrapper framework that simplifies the coding required for getting you tests up and running fast. In addition to encapsulating the idiosyncrasies of Selenium WebDriver it also supplies a more reliable testing framework for dynamic web pages by allowing elements time for conditions to be met before failure, times that are fully customisable.

Table Of Contents

Latest Version

Download net.sf.seleniumjt : seleniumjt-core Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.seleniumjt : seleniumjt-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.2

How to open Javadoc JAR file in web browser

  1. Rename the file seleniumjt-core-1.2.4-javadoc.jar to seleniumjt-core-1.2.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder seleniumjt-core-1.2.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "seleniumjt-core-1.2.4-sources.jar" -d "seleniumjt-core-1.2.4-javadoc" -subpackages