dojoSupport, PROMPT_PANEL_ID, WAIT_TIME_3000drone, elementWaitInSeconds, maxPageLoadingTime, popupRendertime, version| Constructor and Description |
|---|
CopyOrMoveContentPage(WebDrone drone)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDestinations()
This method finds the list of destinations and return those as list of
string values.
|
String |
getDialogTitle()
This method returns the Copy/Move Dialog title.
|
List<String> |
getFolders()
This method finds the list of folders and return those as list of
string values.
|
List<String> |
getSites()
This method finds the list of sites and return those as list of
string values.
|
CopyOrMoveContentPage |
render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
CopyOrMoveContentPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
CopyOrMoveContentPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
void |
selectCancelButton()
This method finds the clicks on cancel button and
control will be on DocumentLibraryPage only.
|
void |
selectCloseButton()
This method finds the clicks on close button and
control will be on DocumentLibraryPage only.
|
CopyOrMoveContentPage |
selectDestination(String destinationName)
This method finds and selects the given destination name from the
displayed list of destinations.
|
CopyOrMoveContentPage |
selectFolder(String... folderPath)
This method finds and selects the given folder path from the displayed list
of folders.
|
DocumentLibraryPage |
selectOkButton()
This method finds the clicks on copy/move button.
|
CopyOrMoveContentPage |
selectSite(String siteName)
This method finds and selects the given site name from the
displayed list of sites.
|
basicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getElementText, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, submit, waitForFile, waitForFile, waitForFileclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringpublic CopyOrMoveContentPage(WebDrone drone)
drone - WebDriver to access pagepublic CopyOrMoveContentPage render(RenderTime timer)
RenderRenderTime.timer - RenderTime time to waitHtmlPage page object responsepublic CopyOrMoveContentPage render(long time)
Rendertime - waiting timeHtmlPage page object responsepublic CopyOrMoveContentPage render()
RenderHtmlPage object responsepublic String getDialogTitle()
public List<String> getDestinations()
public List<String> getSites()
public List<String> getFolders()
public DocumentLibraryPage selectOkButton()
public void selectCancelButton()
public void selectCloseButton()
public CopyOrMoveContentPage selectDestination(String destinationName)
destination - public CopyOrMoveContentPage selectSite(String siteName)
site - public CopyOrMoveContentPage selectFolder(String... folderPath)
folderPath - Copyright © 2014. All rights reserved.