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
package com.github.hemanthsridhar.builder;
import com.github.hemanthsridhar.pagefactory.AbstractCustomFindByBuilder;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by hemanthsridhar on 1/6/19.
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface CustomPageFactoryFinder {
Class extends AbstractCustomFindByBuilder> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy