dojoSupport, WAIT_TIME_3000drone, maxPageLoadingTime, version| Modifier | Constructor and Description |
|---|---|
protected |
EditDocumentPropertiesPage(WebDrone drone) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Get value seen on the author input value.
|
String |
getDescription()
Get value seen on the description input value.
|
String |
getDocumentTitle()
Get value seen on the title input value.
|
String |
getMimeType()
Get the value of selected mime type
|
String |
getName()
Get the String value of name input value.
|
String |
getOrientation()
Get value seen on the orientation input value.
|
String |
getResolutionUnit()
Get value seen on the resolution unit input value.
|
String |
getVerticalResolution()
Get value seen on the vertical resolution unit input value.
|
boolean |
hasTags()
Check if tags are attached to the particular document value.
|
boolean |
isEditPropertiesVisible()
Verify if edit properties element,
that contains the form is visible.
|
EditDocumentPropertiesPage |
render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
EditDocumentPropertiesPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
EditDocumentPropertiesPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
DocumentDetailsPage |
selectCancel()
Select cancel button.
|
void |
selectMimeType(String mimeType)
Selects a mime type from the dropdown by matching
the option displayed with the mimeType input.
|
DocumentDetailsPage |
selectSave()
Selects the save button that triggers the form submition.
|
void |
setAuthor(String author)
Enters a value in to the properties form.
|
void |
setDescription(String description)
Enters a value in to the properties form.
|
void |
setDocumentTitle(String title)
Enters a value in to the properties form.
|
void |
setName(String name)
Enters a value in to the properties form.
|
void |
setOrientation(String orientation)
Enters a value in to the properties form.
|
void |
setResolutionUnit(String unit)
Enters a value in to the properties form.
|
void |
setVerticalResolution(String verticalResolution)
Enters a value in to the properties form.
|
getSiteNav, isSite, isSitePagebasicRender, canResume, canResume, disbaleFileUploadFlash, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExistsclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringprotected EditDocumentPropertiesPage(WebDrone drone)
public EditDocumentPropertiesPage render(RenderTime timer) throws PageException
HtmlPageRenderTime.timer - RenderTime time to waitHtmlPage page object responsePageExceptionpublic EditDocumentPropertiesPage render(long time) throws PageException
HtmlPagetime - waiting timeHtmlPage page object responsePageExceptionpublic EditDocumentPropertiesPage render() throws PageException
HtmlPageHtmlPage object responsePageExceptionpublic boolean isEditPropertiesVisible()
public String getName()
public void setName(String name)
name - String name inputpublic String getDocumentTitle()
public void setDocumentTitle(String title)
title - String name inputpublic String getDescription()
public void setDescription(String description)
description - String name inputpublic String getAuthor()
public void setAuthor(String author)
author - String name inputpublic boolean hasTags()
public String getResolutionUnit()
public void setResolutionUnit(String unit)
unit - String name inputpublic String getVerticalResolution()
public void setVerticalResolution(String verticalResolution)
verticalResolution - String name inputpublic String getOrientation()
public void setOrientation(String orientation)
orientation - String name inputpublic DocumentDetailsPage selectCancel()
DocumentDetailsPage page responsepublic DocumentDetailsPage selectSave()
DocumentDetailsPage page responsepublic String getMimeType()
public void selectMimeType(String mimeType)
mimeType - String identifier as seen on the dropdownCopyright © 2013. All Rights Reserved.