org.alfresco.webdrone.share.site.document
Class EditDocumentPropertiesPopup
java.lang.Object
org.alfresco.webdrone.Page
org.alfresco.webdrone.share.SharePage
org.alfresco.webdrone.share.site.SitePage
org.alfresco.webdrone.share.site.document.AbstractEditProperties
org.alfresco.webdrone.share.site.document.EditDocumentPropertiesPopup
- All Implemented Interfaces:
- HtmlPage, Render
public class EditDocumentPropertiesPopup
- extends AbstractEditProperties
Edit document properties pop up page object, holds all element of the HTML page
relating to share's edit document properties pop up page.
- Since:
- 1.3.1
- Author:
- Michael Suzuki
| Methods inherited from class org.alfresco.webdrone.share.site.document.AbstractEditProperties |
clickOnCancel, clickSave, getDescription, getDocumentTitle, getName, getTag, getValue, setDescription, setDocumentTitle, setInput, setName |
| Methods inherited from class org.alfresco.webdrone.share.SharePage |
basicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists |
EditDocumentPropertiesPopup
protected EditDocumentPropertiesPopup(WebDrone drone)
render
public EditDocumentPropertiesPopup render(RenderTime timer)
- Description copied from interface:
Render
- Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
To verify this assertion every page object that implements
the method will contain logic to determine if the page has
loaded completely in the given time set by the
RenderTime.
- Parameters:
timer - RenderTime time to wait
- Returns:
HtmlPage page object response
render
public EditDocumentPropertiesPopup render(long time)
- Description copied from interface:
Render
- Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
- Parameters:
time - waiting time
- Returns:
HtmlPage page object response
render
public EditDocumentPropertiesPopup render()
- Description copied from interface:
Render
- Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
- Returns:
HtmlPage object response
isEditPropertiesPopupVisible
public boolean isEditPropertiesPopupVisible()
- Verify if edit properties element,
that contains the form is visible.
- Returns:
- true if displayed
selectSave
public DocumentLibraryPage selectSave()
- Clicks on save button from the popup view on document
library page.
- Returns:
DocumentLibraryPage page response
selectCancel
protected DocumentLibraryPage selectCancel()
- Select cancel button.
- Returns:
DocumentLibraryPage page response
Copyright © 2013. All Rights Reserved.