jar

com.github.metalloid-project : page-factory

Maven & Gradle

Apr 02, 2020
2 usages
1 stars

Metalloid Page Factory · Extension of Page Factory implemented in Selenium WebDriver library

Table Of Contents

Latest Version

Download com.github.metalloid-project : page-factory JAR file - Latest Versions:

All Versions

Download com.github.metalloid-project : page-factory JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.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 page-factory-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.metalloid.pagefactory.utils

├─ com.github.metalloid.pagefactory.utils.InstanceCreator.class - [JAR]

├─ com.github.metalloid.pagefactory.utils.ListUtils.class - [JAR]

com.github.metalloid.pagefactory.controls

├─ com.github.metalloid.pagefactory.controls.Control.class - [JAR]

com.github.metalloid.pagefactory

├─ com.github.metalloid.pagefactory.FindAll.class - [JAR]

├─ com.github.metalloid.pagefactory.FindBy.class - [JAR]

├─ com.github.metalloid.pagefactory.FindByParser.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidComponentAnnotations.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidComponentDecorator.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidComponentLocator.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidComponentLocatorFactory.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidControlDecorator.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidControlLocator.class - [JAR]

├─ com.github.metalloid.pagefactory.MetalloidControlLocatorFactory.class - [JAR]

├─ com.github.metalloid.pagefactory.PageFactory.class - [JAR]

├─ com.github.metalloid.pagefactory.WebElementFieldDecorator.class - [JAR]

com.github.metalloid.pagefactory.components

├─ com.github.metalloid.pagefactory.components.Component.class - [JAR]

├─ com.github.metalloid.pagefactory.components.FindComponent.class - [JAR]

com.github.metalloid.pagefactory.exceptions

├─ com.github.metalloid.pagefactory.exceptions.InvalidImplementationException.class - [JAR]

demo

├─ demo.Google.class - [JAR]

├─ demo.GooglePage.class - [JAR]

├─ demo.InjectableSearchComponent.class - [JAR]

├─ demo.SearchComponent.class - [JAR]

├─ demo.TextField.class - [JAR]

Advertisement