org.alfresco.webdrone.share.site
Class SitePage

java.lang.Object
  extended by org.alfresco.webdrone.Page
      extended by org.alfresco.webdrone.share.SharePage
          extended by org.alfresco.webdrone.share.site.SitePage
All Implemented Interfaces:
HtmlPage
Direct Known Subclasses:
DocumentDetailsPage, DocumentLibraryPage, SiteDashboardPage

public abstract class SitePage
extends SharePage

Abstract of an Alfresco Share site pages.

Author:
Michael Suzuki

Field Summary
 
Fields inherited from class org.alfresco.webdrone.Page
DEFAULT_PAGE_LOADING_TIME_WAIT, drone, version
 
Constructor Summary
protected SitePage(WebDrone drone)
          Constructor.
 
Method Summary
 SiteNavigation getSiteNav()
          Get the Navigation
 boolean isSitePage(String pageTitle)
          Checks the active link in the site sub navigation to verify which page we are on.
 
Methods inherited from class org.alfresco.webdrone.share.SharePage
basicRender, disbaleFileUploadFlash, findButton, getLogin, getNav, getPageTitle, getSearch, isLogoPresent, isTitlePresent, panelExists
 
Methods inherited from class org.alfresco.webdrone.Page
close, getScreenShot, getTitle, isBrowserTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.webdrone.HtmlPage
render, render, render
 

Constructor Detail

SitePage

protected SitePage(WebDrone drone)
Constructor.

Method Detail

getSiteNav

public SiteNavigation getSiteNav()
Get the Navigation

Returns:
Navigation page object

isSitePage

public boolean isSitePage(String pageTitle)
Checks the active link in the site sub navigation to verify which page we are on.

Returns:
true if site document library is visible


Copyright © 2012. All Rights Reserved.