public class CreatePlainTextContentPage extends InlineEditPage
| 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, PROMPT_PANEL_ID, WAIT_TIME_3000drone, elementWaitInSeconds, maxPageLoadingTime, popupRendertime, version| Constructor and Description |
|---|
CreatePlainTextContentPage(WebDrone drone) |
| Modifier and Type | Method and Description |
|---|---|
DocumentDetailsPage |
create(ContentDetails details)
Create the content with name, title and description.
|
CreatePlainTextContentPage |
render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
CreatePlainTextContentPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
CreatePlainTextContentPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
getInlineEditDocumentPagegetSiteNav, isSite, isSitePagebasicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getElementText, getLogin, getNav, getPageTitle, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, submit, waitForFile, waitForFile, waitForFileclose, 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 CreatePlainTextContentPage(WebDrone drone)
public CreatePlainTextContentPage render(RenderTime timer)
RenderRenderTime.render in interface Renderrender in class InlineEditPagetimer - RenderTime time to waitHtmlPage page object responsepublic CreatePlainTextContentPage render()
Renderrender in interface Renderrender in class InlineEditPageHtmlPage object responsepublic CreatePlainTextContentPage render(long time)
Renderrender in interface Renderrender in class InlineEditPagetime - waiting timeHtmlPage page object responsepublic DocumentDetailsPage create(ContentDetails details)
name - - The Name of the Documenttitle - - The Title of the Documentdescription - - Descriptiondetails - - Document ContentDocumentDetailsPageCopyright © 2014. All rights reserved.