com.github.hemanthsridhar.builder.CustomPageFactoryFinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of custom-page-factory Show documentation
Show all versions of custom-page-factory Show documentation
Custom Page Factory to read web elements or mobile elements from JSON
The newest version!
package com.github.hemanthsridhar.builder;
import com.github.hemanthsridhar.pagefactory.AbstractCustomFindByBuilder;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* @author hemanthsridhar
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface CustomPageFactoryFinder {
Class extends AbstractCustomFindByBuilder> value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy