|
||||||||||
| 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 dashboard page.
| Field Summary |
|---|
| Fields inherited from class org.alfresco.webdrone.Page |
|---|
DEFAULT_PAGE_LOADING_TIME_WAIT, drone, 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, 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 |
| Constructor Detail |
|---|
public DashBoardPage(WebDrone drone)
| Method Detail |
|---|
public DashBoardPage render(RenderTime timer)
throws PageException
HtmlPageRenderTime.
timer - RenderTime time to wait
HtmlPage page object response
PageException
public DashBoardPage render()
throws PageException
HtmlPage
HtmlPage object response
PageException
public DashBoardPage render(long time)
throws PageException
HtmlPage
HtmlPage page object response
PageExceptionpublic boolean titlePresent()
public Dashlet getDashlet(String name)
throws PageException
name - String title of dashlet
Exception
PageException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||