Class RenderedContent
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.content.RenderedContent
-
@Deprecated public class RenderedContent extends Object
Deprecated.in 5.8. UseRenderedContentinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Represents the rendered content on both the view page and inside the editor.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.PageBinderbinderDeprecated.protected ConfluenceFrameExecutorexecuteDeprecated.protected com.atlassian.pageobjects.elements.PageElementFinderpageDeprecated.protected com.atlassian.pageobjects.elements.timeout.TimeoutstimeoutsDeprecated.Returns the text content of the given column index.
-
Constructor Summary
Constructors Constructor Description RenderedContent()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<String>getAttribute(org.openqa.selenium.By locator, String attributeName)Deprecated.Get attribute by locatororg.openqa.selenium.BygetCellLocator()Deprecated.StringgetColumnContent(int column)Deprecated.Returns the text content of the given column index.StringgetColumnDataType(int column)Deprecated.Return the cell type for a certain cell, querying data-type attribute.org.openqa.selenium.BygetColumnLocator()Deprecated.intgetNumberOfColumns()Deprecated.Returns the number of columns in the current layout of the contentcom.atlassian.pageobjects.elements.query.TimedQuery<Integer>getNumberOfColumns(org.openqa.selenium.By parentRow)Deprecated.Gets number of columns for a particular row (for page layouts)StringgetText()Deprecated.since 5.6 use getTextTimed insteadcom.atlassian.pageobjects.elements.query.TimedQuery<String>getTextTimed()Deprecated.Returns all the text in the wiki contentcom.atlassian.pageobjects.elements.query.TimedQuery<String>getTimedColumnContent(int column)Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<String>getTimedPageLayoutsCellContent(int row, int column)Deprecated.BooleanisElementPresentInEditorContent(org.openqa.selenium.By selection)Deprecated.Returns if certain selection is matched on the editor content
-
-
-
Field Detail
-
page
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder page
Deprecated.
-
execute
@Inject protected ConfluenceFrameExecutor execute
Deprecated.
-
binder
@Inject protected com.atlassian.pageobjects.PageBinder binder
Deprecated.
-
timeouts
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
Deprecated.Returns the text content of the given column index. Note that the column index is 1 based.
-
-
Method Detail
-
getText
@Deprecated public String getText()
Deprecated.since 5.6 use getTextTimed insteadReturns all the text in the wiki content
-
getAttribute
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getAttribute(org.openqa.selenium.By locator, String attributeName)
Deprecated.Get attribute by locator- Since:
- 5.7
-
getTextTimed
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTextTimed()
Deprecated.Returns all the text in the wiki content- Since:
- 5.6
-
getNumberOfColumns
public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> getNumberOfColumns(org.openqa.selenium.By parentRow)
Deprecated.Gets number of columns for a particular row (for page layouts)- Since:
- 5.6
-
getNumberOfColumns
public int getNumberOfColumns()
Deprecated.Returns the number of columns in the current layout of the content
-
getColumnDataType
public String getColumnDataType(int column)
Deprecated.Return the cell type for a certain cell, querying data-type attribute. Note that the column index is 1 based.
-
getColumnContent
public String getColumnContent(int column)
Deprecated.Returns the text content of the given column index. Note that the column index is 1 based.
-
getTimedColumnContent
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTimedColumnContent(int column)
Deprecated.
-
getTimedPageLayoutsCellContent
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTimedPageLayoutsCellContent(int row, int column)
Deprecated.- Parameters:
row- is 1 index basedcolumn- is 1 index based- Since:
- 5.6
-
getCellLocator
public org.openqa.selenium.By getCellLocator()
Deprecated.
-
getColumnLocator
public org.openqa.selenium.By getColumnLocator()
Deprecated.
-
isElementPresentInEditorContent
public Boolean isElementPresentInEditorContent(org.openqa.selenium.By selection)
Deprecated.Returns if certain selection is matched on the editor content
-
-