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

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

Introduction

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

Usage

From source file com.mengge.pagefactory.bys.builder.AppiumByBuilder.java

/**
 * It is the basic handler of Appium-specific page object annotations
 * About the Page Object design pattern please read these documents:
 * - https://code.google.com/p/selenium/wiki/PageObjects
 * - https://code.google.com/p/selenium/wiki/PageFactory
 */

From source file io.appium.java_client.pagefactory.bys.builder.AppiumByBuilder.java

/**
 * It is the basic handler of Appium-specific page object annotations
 * About the Page Object design pattern please read these documents:
 * - https://code.google.com/p/selenium/wiki/PageObjects
 * - https://code.google.com/p/selenium/wiki/PageFactory
 */