Uses of Package
net.thucydides.core.pages

Packages that use net.thucydides.core.pages
net.thucydides.core Core domain model for the Thucydides application. 
net.thucydides.core.annotations.locators   
net.thucydides.core.pages Classes designed to make it easier to work with Page Objects in WebDriver. 
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
 

Classes in net.thucydides.core.pages used by net.thucydides.core
Pages
          The Pages object keeps track of what web pages a test visits, and helps with mapping pages to Page Objects.
 

Classes in net.thucydides.core.pages used by net.thucydides.core.annotations.locators
PageObject
          A base class representing a WebDriver page object.
 

Classes in net.thucydides.core.pages used by net.thucydides.core.pages
HtmlTag
           
InternalSystemClock
          Object that encapsulates system clock operations.
PageObject
          A base class representing a WebDriver page object.
PageObject.FieldEntry
           
Pages
          The Pages object keeps track of what web pages a test visits, and helps with mapping pages to Page Objects.
PagesAnnotatedField
          The Pages object keeps track of the Page Objects used during the tests.
PageUrls
          Manage the URLs associated with a page Urls can be associated with a page using annotations or via the default configuration properties.
SystemClock
          Find the current system time.
WebElementFacade
           
WebElementFacadeImpl
          A proxy class for a web element, providing some more methods.
WebElementState
          This interface is a way of presenting state information about a web element without exposing (too much) of the WebDriver API.
 

Classes in net.thucydides.core.pages used by net.thucydides.core.steps
Pages
          The Pages object keeps track of what web pages a test visits, and helps with mapping pages to Page Objects.
SystemClock
          Find the current system time.
 

Classes in net.thucydides.core.pages used by net.thucydides.core.webdriver
PageObject
          A base class representing a WebDriver page object.
Pages
          The Pages object keeps track of what web pages a test visits, and helps with mapping pages to Page Objects.
 



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