|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.webdrone.Page
org.alfresco.webdrone.share.SharePage
org.alfresco.webdrone.share.site.SiteNavigation
public class SiteNavigation
Represent elements found on the html page relating to the sub navigation bar that appears on the site pages.
| Field Summary |
|---|
| Fields inherited from class org.alfresco.webdrone.share.SharePage |
|---|
dojoSupport, WAIT_TIME_3000 |
| Fields inherited from class org.alfresco.webdrone.Page |
|---|
drone, maxPageLoadingTime, version |
| Constructor Summary | |
|---|---|
protected |
SiteNavigation(WebDrone drone)
Constructor |
| Method Summary | |
|---|---|
SiteNavigation |
render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
SiteNavigation |
render(long time)
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set. |
SiteNavigation |
render(RenderTime timer)
Page renderer verifies the page has rendered by checking all elements are visible and loaded. |
HtmlPage |
selectSiteDashBoard()
Mimics the action of selecting the site dashboard link. |
HtmlPage |
selectSiteDocumentLibrary()
Mimics the action of selecting the site document library link. |
HtmlPage |
selectSiteProjectLibrary()
Mimics the action of selecting the site project library link. |
| Methods inherited from class org.alfresco.webdrone.share.SharePage |
|---|
basicRender, canResume, canResume, disbaleFileUploadFlash, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists |
| Methods inherited from class org.alfresco.webdrone.Page |
|---|
close, getDrone, getScreenShot, getTitle, isBrowserTitle, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected SiteNavigation(WebDrone drone)
| Method Detail |
|---|
public SiteNavigation render(RenderTime timer)
HtmlPageRenderTime.
timer - RenderTime time to wait
HtmlPage page object responsepublic SiteNavigation render()
HtmlPage
HtmlPage object responsepublic SiteNavigation render(long time)
HtmlPage
time - waiting time
HtmlPage page object responsepublic HtmlPage selectSiteDashBoard()
public HtmlPage selectSiteProjectLibrary()
public HtmlPage selectSiteDocumentLibrary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||