Example usage for org.openqa.selenium.support.pagefactory Annotations subclass-usage

List of usage examples for org.openqa.selenium.support.pagefactory Annotations subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.support.pagefactory Annotations subclass-usage.

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);