public class CreateContentPage extends SitePage
| Modifier and Type | Field and Description |
|---|---|
protected static org.openqa.selenium.By |
CONTENT |
protected static org.openqa.selenium.By |
DESCRIPTION |
protected static org.openqa.selenium.By |
NAME |
protected static org.openqa.selenium.By |
SUBMIT_BUTTON |
protected static org.openqa.selenium.By |
TITLE |
dojoSupport, WAIT_TIME_3000drone, maxPageLoadingTime, version| Constructor and Description |
|---|
CreateContentPage(WebDrone drone) |
| Modifier and Type | Method and Description |
|---|---|
DocumentDetailsPage |
create(ContentDetails details)
Create the content with name, title and description.
|
CreateContentPage |
render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
CreateContentPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
CreateContentPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
getSiteNav, isSite, isSitePagebasicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExistsclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringprotected static final org.openqa.selenium.By NAME
protected static final org.openqa.selenium.By TITLE
protected static final org.openqa.selenium.By DESCRIPTION
protected static final org.openqa.selenium.By CONTENT
protected static final org.openqa.selenium.By SUBMIT_BUTTON
public CreateContentPage(WebDrone drone)
public CreateContentPage render(RenderTime timer)
RenderRenderTime.timer - RenderTime time to waitHtmlPage page object responsepublic CreateContentPage render()
RenderHtmlPage object responsepublic CreateContentPage render(long time)
Rendertime - waiting timeHtmlPage page object responsepublic DocumentDetailsPage create(ContentDetails details)
name - - The Name of the Documenttitle - - The Title of the Documentdescription - - Descriptiondetails - - Document ContentDocumentDetailsPageCopyright © 2013. All Rights Reserved.