public class CopyOrMoveContentPage extends SharePage
alfrescoVersion, dojoSupport, elementWaitInSeconds, popupRendertime, PROMPT_PANEL_ID, WAIT_TIME_3000| Constructor and Description |
|---|
CopyOrMoveContentPage(org.alfresco.webdrone.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() |
CopyOrMoveContentPage |
render(long time) |
CopyOrMoveContentPage |
render(org.alfresco.webdrone.RenderTime timer) |
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, getPopupRendertime, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, setAlfrescoVersion, setElementWaitInSeconds, setPopupRendertime, submit, waitForFile, waitForFile, waitForFilepublic CopyOrMoveContentPage(org.alfresco.webdrone.WebDrone drone)
drone - WebDriver to access pagepublic CopyOrMoveContentPage render(org.alfresco.webdrone.RenderTime timer)
public CopyOrMoveContentPage render(long time)
public CopyOrMoveContentPage render()
public 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 © 2013. All Rights Reserved.