|
||||||||||
| 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.Navigation
public class Navigation
Represent elements found on the HTML page relating to the main navigation bar
| 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 | |
|---|---|
Navigation(WebDrone drone)
Constructor |
|
| Method Summary | |
|---|---|
HtmlPage |
logout()
Mimics the action of selecting logout link. |
Navigation |
render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
Navigation |
render(long time)
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set. |
Navigation |
render(RenderTime timer)
Page renderer verifies the page has rendered by checking all elements are visible and loaded. |
AdvanceSearchPage |
selectAdvanceSearch()
Select the advance search button from dropdown. |
ChangePasswordPage |
selectChangePassword()
Mimics the action of selecting my profile link. |
CreateSitePage |
selectCreateSite()
Mimics the action of selecting create site link. |
DashBoardPage |
selectMyDashBoard()
Mimics the action of selecting the dashboard link. |
MyProfilePage |
selectMyProfile()
Mimics the action of selecting my profile link. |
PeopleFinderPage |
selectPeople()
Mimics the action of selecting people finder link. |
RepositoryPage |
selectRepository()
Mimics the action of selecting repository link. |
SiteFinderPage |
selectSearchForSites()
Mimics the action of selecting site finder 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 |
|---|
public Navigation(WebDrone drone)
drone - WebDriver browser client| Method Detail |
|---|
public Navigation render(RenderTime timer)
HtmlPageRenderTime.
timer - RenderTime time to wait
HtmlPage page object responsepublic Navigation render()
HtmlPage
HtmlPage object responsepublic Navigation render(long time)
HtmlPage
time - waiting time
HtmlPage page object responsepublic DashBoardPage selectMyDashBoard()
public PeopleFinderPage selectPeople()
public SiteFinderPage selectSearchForSites()
public CreateSitePage selectCreateSite()
public MyProfilePage selectMyProfile()
public ChangePasswordPage selectChangePassword()
public HtmlPage logout()
public RepositoryPage selectRepository()
public AdvanceSearchPage selectAdvanceSearch()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||