net.thucydides.core.pages
Class AnyPage

Package class diagram package AnyPage
java.lang.Object
  extended by net.thucydides.core.pages.PageObject
      extended by net.thucydides.core.pages.AnyPage

public class AnyPage
extends PageObject

A page object that can represent any page, without specifiying the exact page.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.thucydides.core.pages.PageObject
PageObject.FieldEntry
 
Constructor Summary
AnyPage(org.openqa.selenium.WebDriver driver)
           
 
Method Summary
 
Methods inherited from class net.thucydides.core.pages.PageObject
$, $, addJQuerySupport, blurActiveElement, callWhenPageOpensMethods, clickOn, compatibleWithUrl, containsAllText, containsText, containsTextInElement, element, element, element, enter, evaluateJavascript, evaluateJavascript, find, findAll, findAll, findBy, fluent, getAlert, getClock, getDriver, getJavascriptExecutorFacade, getRenderedView, getSelectedLabelFrom, getSelectedOptionLabelsFrom, getSelectedOptionValuesFrom, getSelectedValueFrom, getTitle, hasFocus, isElementVisible, isXPath, matchesAnyUrl, open, open, open, openAt, openUnchecked, openUnchecked, openUnchecked, selectFromDropdown, selectMultipleItemsFromDropdown, setCheckbox, setDefaultBaseUrl, setDriver, setDriver, setPages, setPageUrls, setWaitForTimeout, shouldBeDisplayed, shouldBeVisible, shouldBeVisible, shouldContainAllText, shouldContainText, shouldContainTextInElement, shouldNotBeVisible, shouldNotBeVisible, shouldNotContainTextInElement, switchToPage, thenReturnElementList, typeInto, updateUrlWithBaseUrlIfDefined, upload, waitABit, waitFor, waitFor, waitFor, waitForAbsenceOf, waitForAllTextToAppear, waitForAnyRenderedElementOf, waitForAnyTextToAppear, waitForAnyTextToAppear, waitForCondition, waitForPresenceOf, waitForRenderedElements, waitForRenderedElementsToBePresent, waitForRenderedElementsToDisappear, waitForTextToAppear, waitForTextToAppear, waitForTextToDisappear, waitForTextToDisappear, waitForTextToDisappear, waitForTimeoutInMilliseconds, waitForTitleToAppear, waitForTitleToDisappear, waitForWithRefresh, withAction, withParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyPage

public AnyPage(org.openqa.selenium.WebDriver driver)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.