jar

com.github.wiselenium : wiselenium-factory

Maven & Gradle

Feb 04, 2014
3 usages
59 stars

wiselenium factory · wiselenium module that takes the Page Object Pattern to the next level.

Table Of Contents

Latest Version

Download com.github.wiselenium : wiselenium-factory JAR file - Latest Versions:

All Versions

Download com.github.wiselenium : wiselenium-factory JAR file - All Versions:

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

com.github.wiselenium.factory.util

├─ com.github.wiselenium.factory.util.AnnotationUtils.class - [JAR]

├─ com.github.wiselenium.factory.util.ClasspathUtils.class - [JAR]

├─ com.github.wiselenium.factory.util.NoImplementationClassFoundException.class - [JAR]

com.github.wiselenium.factory.annotation

├─ com.github.wiselenium.factory.annotation.AjaxElement.class - [JAR]

├─ com.github.wiselenium.factory.annotation.Component.class - [JAR]

├─ com.github.wiselenium.factory.annotation.Frame.class - [JAR]

├─ com.github.wiselenium.factory.annotation.Root.class - [JAR]

com.github.wiselenium.factory.decorator.component

├─ com.github.wiselenium.factory.decorator.component.WiseComponentDecorator.class - [JAR]

├─ com.github.wiselenium.factory.decorator.component.WiseComponentProxy.class - [JAR]

com.github.wiselenium.factory.decorator

├─ com.github.wiselenium.factory.decorator.ElementDecorator.class - [JAR]

├─ com.github.wiselenium.factory.decorator.ElementDecoratorChain.class - [JAR]

├─ com.github.wiselenium.factory.decorator.ElementDecoratorChainTemplate.class - [JAR]

├─ com.github.wiselenium.factory.decorator.NullDecorator.class - [JAR]

├─ com.github.wiselenium.factory.decorator.WebElementDecorator.class - [JAR]

├─ com.github.wiselenium.factory.decorator.WiseDecorator.class - [JAR]

├─ com.github.wiselenium.factory.decorator.WiseElementListProxy.class - [JAR]

com.github.wiselenium.factory

├─ com.github.wiselenium.factory.RootInjector.class - [JAR]

├─ com.github.wiselenium.factory.WisePageFactory.class - [JAR]

com.github.wiselenium

├─ com.github.wiselenium.WiseContext.class - [JAR]

├─ com.github.wiselenium.Wiselenium.class - [JAR]

com.github.wiselenium.factory.decorator.frame

├─ com.github.wiselenium.factory.decorator.frame.FrameSwitcher.class - [JAR]

├─ com.github.wiselenium.factory.decorator.frame.WiseFrameDecorator.class - [JAR]

├─ com.github.wiselenium.factory.decorator.frame.WiseFrameProxy.class - [JAR]

com.github.wiselenium.factory.exception

├─ com.github.wiselenium.factory.exception.ElementInitializationException.class - [JAR]

├─ com.github.wiselenium.factory.exception.PageInstantiationException.class - [JAR]

Advertisement