|
||||||||||
| 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.UploadFilePage
public class UploadFilePage
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.share.SharePage |
|---|
dojoSupport, WAIT_TIME_3000 |
| Fields inherited from class org.alfresco.webdrone.Page |
|---|
drone, maxPageLoadingTime, version |
| Constructor Summary | |
|---|---|
UploadFilePage(WebDrone drone)
Constructor. |
|
| Method Summary | |
|---|---|
void |
cancel()
Clicks on the cancel link. |
boolean |
isUploadFileDialogDisplayed()
Verify if the file upload dialog is displayed. |
UploadFilePage |
render()
Page renderer verifies the page has rendered by checking java script page loaded status is complete. |
UploadFilePage |
render(long time)
Page renderer verifies the page has rendered by checking all elements are visible and loaded by the max limit time set. |
UploadFilePage |
render(RenderTime timer)
Page renderer verifies the page has rendered by checking all elements are visible and loaded. |
SharePage |
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, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists |
| Methods inherited from class org.alfresco.webdrone.Page |
|---|
close, getDrone, getScreenShot, getTitle, isBrowserTitle, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UploadFilePage(WebDrone drone)
| Method Detail |
|---|
public UploadFilePage render(RenderTime timer)
RenderRenderTime.
timer - RenderTime time to wait
HtmlPage page object responsepublic UploadFilePage render()
Render
HtmlPage object responsepublic UploadFilePage render(long time)
Render
time - waiting time
HtmlPage page object responsepublic boolean isUploadFileDialogDisplayed()
public SharePage uploadFile(String filePath)
filePath - String file location to upload
SharePage DocumentLibrary or a RepositoryPage responsepublic void cancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||