DOC

com.evinced : appium-sdk-w-client

Maven & Gradle

Feb 08, 2022

Appium SDK · The Evinced Appium Java SDK integrates with new or existing Appium tests to automatically detect accessibility issues. With the addition of as few as 5 lines of code to your Appium framework, you can begin to analyze your entire application to understand how it can become more accessible. At the conclusion of the test, a rich and comprehensive HTML or JSON report is generated to track issues in any reporting tool.

Table Of Contents

Latest Version

Download com.evinced : appium-sdk-w-client Javadoc & API Documentation - Latest Versions:

All Versions

Download com.evinced : appium-sdk-w-client Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement