|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.webdrone.Page
org.alfresco.webdrone.share.SharePage
org.alfresco.webdrone.share.site.UpdateFilePage
public class UpdateFilePage
Upload file page object, holds all element of the html page relating to share's upload file page in site.
| Field Summary |
|---|
| Fields inherited from class org.alfresco.webdrone.Page |
|---|
DEFAULT_PAGE_LOADING_TIME_WAIT, drone, version |
| Constructor Summary | |
|---|---|
UpdateFilePage(WebDrone drone,
Double documentVersion)
Constructor. |
|
| Method Summary | |
|---|---|
UpdateFilePage |
render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
UpdateFilePage |
render(long time)
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set. |
UpdateFilePage |
render(RenderTime timer)
Page renderer verifies the page has rendered by checking all elements are visible and loaded. |
void |
selectMajorVersionChange()
Select the major version tick box. |
void |
selectMinorVersionChange()
Select the minor version tick box. |
void |
setComment(String comment)
Sets the comment in the comments field |
DocumentDetailsPage |
submit()
Clicks on the submit upload button. |
void |
uploadFile(String filePath)
Uploads a file by entering the file location into the input field and submitting the form. |
| Methods inherited from class org.alfresco.webdrone.share.SharePage |
|---|
basicRender, disbaleFileUploadFlash, findButton, getLogin, getNav, getPageTitle, getSearch, isLogoPresent, isTitlePresent, panelExists |
| Methods inherited from class org.alfresco.webdrone.Page |
|---|
close, getScreenShot, getTitle, isBrowserTitle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateFilePage(WebDrone drone,
Double documentVersion)
| Method Detail |
|---|
public UpdateFilePage render(RenderTime timer)
throws PageException
HtmlPageRenderTime.
timer - RenderTime time to wait
HtmlPage page object response
PageException
public UpdateFilePage render()
throws PageException
HtmlPage
HtmlPage object response
PageException
public UpdateFilePage render(long time)
throws PageException
HtmlPage
HtmlPage page object response
PageExceptionpublic void selectMinorVersionChange()
public void selectMajorVersionChange()
public DocumentDetailsPage submit()
public void uploadFile(String filePath)
throws Exception
filePath - String file location to upload
Exception - if errorpublic void setComment(String comment)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||