|
||||||||||
| 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.DashBoardPage
public class DashBoardPage
Dashboard page object, holds all element of the HTML page relating to share's
| 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 | |
|---|---|
DashBoardPage(WebDrone drone)
Constructor. |
|
| Method Summary | |
|---|---|
Dashlet |
getDashlet(String name)
Gets dashlets in the dashboard page. |
DashBoardPage |
render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
DashBoardPage |
render(long time)
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set. |
DashBoardPage |
render(RenderTime timer)
Page renderer verifies the page has rendered by checking all elements are visible and loaded. |
boolean |
titlePresent()
Verify if home page banner web element is present |
| 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 |
|---|
public DashBoardPage(WebDrone drone)
| Method Detail |
|---|
public DashBoardPage render(RenderTime timer)
HtmlPageRenderTime.
render in interface HtmlPagetimer - RenderTime time to wait
HtmlPage page object responsepublic DashBoardPage render()
HtmlPage
render in interface HtmlPageHtmlPage object responsepublic DashBoardPage render(long time)
HtmlPage
render in interface HtmlPagetime - waiting time
HtmlPage page object responsepublic boolean titlePresent()
public Dashlet getDashlet(String name)
getDashlet in interface Dashboardname - String title of dashlet
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||