public class SyncInfoPage extends SharePage
| Modifier and Type | Class and Description |
|---|---|
static class |
SyncInfoPage.ButtonType |
| Modifier and Type | Field and Description |
|---|---|
static org.openqa.selenium.By |
PROMPT_BUTTONS |
static org.openqa.selenium.By |
REMOVE_CHECKBOX |
static org.openqa.selenium.By |
STATUS_HEADING |
alfrescoVersion, dojoSupport, elementWaitInSeconds, popupRendertime, PROMPT_PANEL_ID, WAIT_TIME_3000| Constructor and Description |
|---|
SyncInfoPage(org.alfresco.webdrone.WebDrone drone) |
| Modifier and Type | Method and Description |
|---|---|
void |
clickOnCloseButton()
Click on sync pop up button to close pop up.
|
String |
getCloudSyncDocumentName()
Get name of the synced document.
|
String |
getCloudSyncLocation()
Get location of synced document.(i.e.
|
String |
getCloudSyncStatus()
Get Sync status of the artifact.
|
Date |
getSyncPeriodDetails()
Get Date of sync happened.
|
boolean |
isCloseButtonPresent()
Sync pop up close button is present or not.
|
boolean |
isRequestSyncButtonPresent()
Request sync button is present or not.
|
boolean |
isSyncLocationPresent()
Location of synced artifact is present or not.
|
boolean |
isSyncStatusPresent()
Status details of synced artifact is present or not.
|
boolean |
isUnsyncButtonPresent()
Unsync button present or not.
|
boolean |
isUnSyncIconPresentInDetailsPage() |
SyncInfoPage |
render() |
SyncInfoPage |
render(long time) |
SyncInfoPage |
render(org.alfresco.webdrone.RenderTime timer) |
void |
selectUnsyncRemoveContentFromCloud(boolean removeContentFromCloud)
Unsync button present or not.
|
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 static final org.openqa.selenium.By PROMPT_BUTTONS
public static final org.openqa.selenium.By REMOVE_CHECKBOX
public static final org.openqa.selenium.By STATUS_HEADING
public SyncInfoPage render(org.alfresco.webdrone.RenderTime timer)
public SyncInfoPage render(long time)
public SyncInfoPage render()
public boolean isCloseButtonPresent()
public boolean isSyncStatusPresent()
public boolean isSyncLocationPresent()
public boolean isRequestSyncButtonPresent()
public boolean isUnsyncButtonPresent()
public void clickOnCloseButton()
public String getCloudSyncStatus()
public String getCloudSyncLocation()
public String getCloudSyncDocumentName()
public Date getSyncPeriodDetails()
public void selectUnsyncRemoveContentFromCloud(boolean removeContentFromCloud)
removeContentFromCloud - Remove content from cloud.
false: Remove sync with Cloud.public boolean isUnSyncIconPresentInDetailsPage()
Copyright © 2013. All Rights Reserved.