public abstract class AbstractEditProperties extends SitePage
| Modifier and Type | Field and Description |
|---|---|
protected static org.openqa.selenium.By |
BUTTON_SELECT_TAG |
protected static org.openqa.selenium.By |
INPUT_AUTHOR_SELECTOR |
protected static org.openqa.selenium.By |
INPUT_DESCRIPTION_SELECTOR |
protected static org.openqa.selenium.By |
INPUT_NAME_SELECTOR |
protected static org.openqa.selenium.By |
INPUT_ORIENTATION_SELECTOR |
protected static org.openqa.selenium.By |
INPUT_RESOLUTION_UNIT_SELECTOR |
protected static org.openqa.selenium.By |
INPUT_TITLE_SELECTOR |
protected static org.openqa.selenium.By |
INPUT_VERTICAL_RESOLUTION_SELECTOR |
alfrescoVersion, dojoSupport, elementWaitInSeconds, popupRendertime, PROMPT_PANEL_ID, WAIT_TIME_3000| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEditProperties(org.alfresco.webdrone.WebDrone drone) |
| Modifier and Type | Method and Description |
|---|---|
void |
clickOnCancel()
Select cancel button.
|
void |
clickSave()
Selects the save button that posts the form.
|
String |
getDescription()
Get value seen on the description input value.
|
String |
getDocumentTitle()
Get value seen on the title input value.
|
String |
getName()
Get the String value of name input value.
|
TagPage |
getTag()
Click on Select button to go to Tag page
|
protected String |
getValue(org.openqa.selenium.By by)
Gets the value of the input field
|
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 |
setInput(org.openqa.selenium.WebElement input,
String value)
Clear the input field and inserts the new value.
|
void |
setName(String name)
Enters a value in to the properties form.
|
getSiteNav, isSite, isSitePagebasicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getElementText, getLogin, getNav, getPageTitle, getPopupRendertime, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, setAlfrescoVersion, setElementWaitInSeconds, setPopupRendertime, submit, waitForFile, waitForFile, waitForFileclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringprotected static final org.openqa.selenium.By INPUT_NAME_SELECTOR
protected static final org.openqa.selenium.By INPUT_TITLE_SELECTOR
protected static final org.openqa.selenium.By INPUT_DESCRIPTION_SELECTOR
protected static final org.openqa.selenium.By INPUT_AUTHOR_SELECTOR
protected static final org.openqa.selenium.By INPUT_RESOLUTION_UNIT_SELECTOR
protected static final org.openqa.selenium.By INPUT_VERTICAL_RESOLUTION_SELECTOR
protected static final org.openqa.selenium.By INPUT_ORIENTATION_SELECTOR
protected static final org.openqa.selenium.By BUTTON_SELECT_TAG
protected AbstractEditProperties(org.alfresco.webdrone.WebDrone drone)
public void setInput(org.openqa.selenium.WebElement input,
String value)
input - WebElement represents the form inputvalue - String input value to enterprotected String getValue(org.openqa.selenium.By by)
by - input field descriptorpublic 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 TagPage getTag()
public void clickOnCancel()
public void clickSave()
Copyright © 2013. All Rights Reserved.