|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.pageobjects.page.content.RenderedContent
public class RenderedContent
Represents the rendered wiki content on both the view page and inside the editor.
Field Summary | |
---|---|
protected ConfluenceFrameExecutor |
execute
|
protected com.atlassian.pageobjects.elements.PageElementFinder |
page
|
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts
Returns the text content of the given column index. |
Constructor Summary | |
---|---|
RenderedContent()
|
Method Summary | |
---|---|
org.openqa.selenium.By |
getCellLocator()
|
java.lang.String |
getColumnContent(int column)
Returns the text content of the given column index. |
java.lang.String |
getColumnDataType(int column)
Return the cell type for a certain cell, querying data-type attribute. |
org.openqa.selenium.By |
getColumnLocator()
|
java.lang.String |
getFooterContent()
Returns the text content of the footer in the content page layout. |
org.openqa.selenium.By |
getFooterLocator()
|
java.lang.String |
getHeaderContent()
Returns the text content of the header in the content page layout. |
org.openqa.selenium.By |
getHeaderLocator()
|
int |
getNumberOfColumns()
Returns the number of columns in the current layout of the content |
java.lang.String |
getText()
Returns all the text in the wiki content |
com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> |
getTimedColumnContent(int column)
|
boolean |
hasFooter()
Returns true if the current page content has a footer in its layout. |
boolean |
hasHeader()
Returns true if the current page content has a header in its layout. |
com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> |
hasInlineMacro(java.lang.String macroName,
java.util.List<java.lang.String> macroParameters)
|
java.lang.Boolean |
isElementPresentInEditorContent(org.openqa.selenium.By selection)
Returns if certain selection is matched on the editor content |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder page
@Inject protected ConfluenceFrameExecutor execute
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
Constructor Detail |
---|
public RenderedContent()
Method Detail |
---|
public java.lang.String getText()
public int getNumberOfColumns()
public java.lang.String getColumnDataType(int column)
public java.lang.String getColumnContent(int column)
public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.String> getTimedColumnContent(int column)
public org.openqa.selenium.By getCellLocator()
public org.openqa.selenium.By getColumnLocator()
public boolean hasHeader()
public java.lang.Boolean isElementPresentInEditorContent(org.openqa.selenium.By selection)
public java.lang.String getHeaderContent()
public org.openqa.selenium.By getHeaderLocator()
public boolean hasFooter()
public java.lang.String getFooterContent()
public org.openqa.selenium.By getFooterLocator()
public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> hasInlineMacro(java.lang.String macroName, java.util.List<java.lang.String> macroParameters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |