| 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 |
dojoSupport, PROMPT_PANEL_ID, WAIT_TIME_3000drone, elementWaitInSeconds, maxPageLoadingTime, popupRendertime, version| Constructor and Description |
|---|
SyncInfoPage(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()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
SyncInfoPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
SyncInfoPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
void |
selectUnsyncRemoveContentFromCloud(boolean removeContentFromCloud)
Unsync button present or not.
|
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 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(WebDrone drone)
public SyncInfoPage render(RenderTime timer)
RenderRenderTime.timer - RenderTime time to waitHtmlPage page object responsepublic SyncInfoPage render(long time)
Rendertime - waiting timeHtmlPage page object responsepublic SyncInfoPage render()
RenderHtmlPage object responsepublic 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 © 2014. All rights reserved.