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, findBy, getAlert, getClock, getDriver, getJavascriptExecutorFacade, getRenderedView, getSelectedLabelFrom, getSelectedOptionLabelsFrom, getSelectedOptionValuesFrom, getSelectedValueFrom, getTitle, hasFocus, isElementVisible, isXPath, matchesAnyUrl, open, open, open, selectFromDropdown, selectMultipleItemsFromDropdown, setCheckbox, setDefaultBaseUrl, setPageUrls, setWaitForTimeout, shouldBeVisible, shouldBeVisible, shouldContainAllText, shouldContainText, shouldContainTextInElement, shouldNotBeVisible, shouldNotBeVisible, shouldNotContainTextInElement, thenReturnElementList, typeInto, updateUrlWithBaseUrlIfDefined, upload, waitABit, waitFor, waitFor, waitForAbsenceOf, waitForAllTextToAppear, waitForAnyRenderedElementOf, waitForAnyTextToAppear, waitForAnyTextToAppear, waitForCondition, waitForPresenceOf, waitForRenderedElements, waitForRenderedElementsToBePresent, waitForRenderedElementsToDisappear, waitForTextToAppear, waitForTextToAppear, waitForTextToDisappear, waitForTextToDisappear, waitForTextToDisappear, 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-2012 Wakaleo Consulting. All Rights Reserved.