Example usage for org.openqa.selenium.support.ui LoadableComponent subclass-usage

List of usage examples for org.openqa.selenium.support.ui LoadableComponent subclass-usage

Introduction

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

Usage

From source file com.comcast.dawg.house.pages.ModelPage.java

/**
 * Holds element constants for the models.jsp page for dawg-house.
 *
 * @author  Pratheesh
 */
public class ModelPage extends LoadableComponent<ModelPage> {

From source file com.github.wiselenium.elements.page.Page.java

/**
 * Basic implementation of a common Page. Should be extended to reflect your own page services. <br/>
 * It extends {@link LoadableComponent}, so you can easily take advantage of its loading resources
 * just by overriding the empty load() and isLoaded() methods. <br/>
 * It has a constructor that takes a WebDriver as only argument and another no-arg constructor,
 * allowing you to extend and initialize it with either constructor you prefer.

From source file com.nabla.project.fronter.selenium.tests.pageobjects.RollsPage.java

/**
 * DOCUMENT ME! albandri.
 * 
 * @author $Author$
 * @version $Revision$
 * @since $Date$

From source file com.nabla.project.visma.selenium.tests.pageobjects.LoanPage.java

/**
 * DOCUMENT ME! albandri.
 * 
 * @author $Author$
 * @version $Revision$
 * @since $Date$

From source file com.tascape.qa.th.webui.driver.WebPage.java

/**
 *
 * @author linsong wang
 */
@SuppressWarnings("ProtectedField")
public abstract class WebPage extends LoadableComponent<WebPage> {

From source file selenium_tumblr_test.BasePage.java

/**
 * --------------------------
 * BasePage.java
 * --------------------------
 * Copyright (c) 2015 John Antony
 * This code is licensed under the terms of the MIT License