com.atlassian.crowd.pageobjects
Class CrowdConsole

java.lang.Object
  extended by com.atlassian.crowd.pageobjects.AbstractCrowdPage
      extended by com.atlassian.crowd.pageobjects.CrowdConsole
All Implemented Interfaces:
com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.HomePage<CrowdHeader>

public class CrowdConsole
extends AbstractCrowdPage
implements com.atlassian.pageobjects.page.HomePage<CrowdHeader>

Page object implementation for the Dashboard page in Crowd.


Field Summary
 
Fields inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
driver, finder, footer, pageBinder
 
Constructor Summary
CrowdConsole()
           
 
Method Summary
 String getUrl()
           
protected  void waitUntilContentLoad()
          Waits until the content has loaded.
 
Methods inherited from class com.atlassian.crowd.pageobjects.AbstractCrowdPage
getHeader, waitUntilPageLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.pageobjects.page.HomePage
getHeader
 

Constructor Detail

CrowdConsole

public CrowdConsole()
Method Detail

waitUntilContentLoad

protected void waitUntilContentLoad()
Description copied from class: AbstractCrowdPage
Waits until the content has loaded. Used in AbstractCrowdPage.waitUntilPageLoad(). Subclasses should override this method to wait for a distinguishing content to appear. E.g. a page title.

Overrides:
waitUntilContentLoad in class AbstractCrowdPage

getUrl

public String getUrl()
Specified by:
getUrl in interface com.atlassian.pageobjects.Page


Copyright © 2013 Atlassian. All Rights Reserved.