DOC

com.salesforce.cqe : test-drop-in-framework

Maven & Gradle

Dec 28, 2021
9 stars

Test Drop-in Framework · Test Drop-in Framework for Selenium WebDriver 4.1.x This repository contains these major deliverables: a) the Test Drop-in Framework, b) a WebDriver implementation offering enhanced logging capabilities, and c) the @FindByJS annotation support Provides a thin abstraction layer between the test environment and the test class plus its helpers. This makes the test code independent of the test environment, thus allowing exchange of tests between organizations or even companies. It comes with an event firing WebDriver wrapper plus corresponding interface. This allows you to implement listeners to arbitrary WebDriver activities for various purposes such as logging. Offers support of JavaScript commands to find elements in a way similar to @FindBy used on fields in Page Object classes.

Table Of Contents

Latest Version

Download com.salesforce.cqe : test-drop-in-framework Javadoc & API Documentation - Latest Versions:

All Versions

Download com.salesforce.cqe : test-drop-in-framework Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.1.x
3.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file test-drop-in-framework-4.1.2-javadoc.jar to test-drop-in-framework-4.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder test-drop-in-framework-4.1.2-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 "test-drop-in-framework-4.1.2-sources.jar" -d "test-drop-in-framework-4.1.2-javadoc" -subpackages 

Advertisement