jar

com.github.johanbrorson : webdriver-ui-mapper

Maven & Gradle

Jul 03, 2017
0 stars

WebDriver UI Mapper · Maps JSON files with WebDriver locators to Locator java objects

Table Of Contents

Latest Version

Download com.github.johanbrorson : webdriver-ui-mapper JAR file - Latest Versions:

All Versions

Download com.github.johanbrorson : webdriver-ui-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window webdriver-ui-mapper-2.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.johanbrorson.uimapper

├─ com.github.johanbrorson.uimapper.ByLocatorHelper.class - [JAR]

├─ com.github.johanbrorson.uimapper.Locator.class - [JAR]

├─ com.github.johanbrorson.uimapper.LocatorFileHelper.class - [JAR]

├─ com.github.johanbrorson.uimapper.Method.class - [JAR]

├─ com.github.johanbrorson.uimapper.UIMapper.class - [JAR]

com.github.johanbrorson.uimapper.exceptions

├─ com.github.johanbrorson.uimapper.exceptions.LocatorFileIOException.class - [JAR]

├─ com.github.johanbrorson.uimapper.exceptions.LocatorNotFoundException.class - [JAR]

com.github.johanbrorson.uimapper.utils

├─ com.github.johanbrorson.uimapper.utils.ReflectionHelper.class - [JAR]

com.github.johanbrorson.uimapper.annotation

├─ com.github.johanbrorson.uimapper.annotation.AnnotationHelper.class - [JAR]

├─ com.github.johanbrorson.uimapper.annotation.ByLocator.class - [JAR]

├─ com.github.johanbrorson.uimapper.annotation.LocatorFile.class - [JAR]