List of usage examples for org.openqa.selenium.support.pagefactory Annotations subclass-usage
From source file com.oracle.pgbu.common.pagefactory.Annotations.java
public class Annotations extends org.openqa.selenium.support.pagefactory.Annotations { private final Field field; public Annotations(Field field) { super(field);
From source file com.ts.commons.TSPageFactory.TSAnnotations.java
public class TSAnnotations extends Annotations { private Field field; public TSAnnotations(Field field) { super(field);