dojoSupport, WAIT_TIME_3000drone, maxPageLoadingTime, version| Modifier | Constructor and Description |
|---|---|
protected |
SiteNavigation(WebDrone drone)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDashboardActive()
Check if the site dashboard navigation link is highlighted.
|
boolean |
isDocumentLibraryActive()
Check if the site navigation has document library link
highlighted.
|
boolean |
isLinkActive(org.openqa.selenium.By by)
Check if the site navigation link is highlighted.
|
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.
|
CustomizeSiteDashboardPage |
selectCustomizeDashboard()
Selected the button to customize dashboard.
|
HtmlPage |
selectEditSite()
Selects on edit site details link.
|
InviteMembersPage |
selectInvite()
This method returns the MembersPage object.
|
SiteMembersPage |
selectMembers()
This method is used to select the site Members link.
|
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.
|
basicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExistsclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringprotected SiteNavigation(WebDrone drone)
public SiteNavigation render(RenderTime timer)
RenderRenderTime.timer - RenderTime time to waitHtmlPage page object responsepublic SiteNavigation render()
RenderHtmlPage object responsepublic SiteNavigation render(long time)
Rendertime - waiting timeHtmlPage page object responsepublic HtmlPage selectSiteDashBoard()
public HtmlPage selectSiteProjectLibrary()
public HtmlPage selectSiteDocumentLibrary()
public CustomizeSiteDashboardPage selectCustomizeDashboard()
CustomizeSiteDashboardPage page responsepublic HtmlPage selectEditSite()
HtmlPage page responsepublic SiteMembersPage selectMembers()
public InviteMembersPage selectInvite()
InviteMembersPagepublic boolean isDocumentLibraryActive()
public boolean isDashboardActive()
public boolean isLinkActive(org.openqa.selenium.By by)
By - by selector of site nav linkCopyright © 2013. All Rights Reserved.