RenderedContent
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class RenderedContent extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.PageBinder |
binder
Deprecated.
|
protected ConfluenceFrameExecutor |
execute
Deprecated.
|
protected com.atlassian.pageobjects.elements.PageElementFinder |
page
Deprecated.
|
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts
Deprecated.
Returns the text content of the given column index.
|
Constructor and Description |
---|
RenderedContent()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getAttribute(org.openqa.selenium.By locator,
String attributeName)
Deprecated.
Get attribute by locator
|
org.openqa.selenium.By |
getCellLocator()
Deprecated.
|
String |
getColumnContent(int column)
Deprecated.
Returns the text content of the given column index.
|
String |
getColumnDataType(int column)
Deprecated.
Return the cell type for a certain cell, querying data-type attribute.
|
org.openqa.selenium.By |
getColumnLocator()
Deprecated.
|
int |
getNumberOfColumns()
Deprecated.
Returns the number of columns in the current layout of the content
|
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)
|
String |
getText()
Deprecated.
since 5.6 use getTextTimed instead
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getTextTimed()
Deprecated.
Returns all the text in the wiki content
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getTimedColumnContent(int column)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getTimedPageLayoutsCellContent(int row,
int column)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
hasInlineMacro(String macroName,
List<String> macroParameters)
Deprecated.
since 5.4.4 use the
EditorContent.hasInlineMacro(java.lang.String, java.util.List<java.lang.String>) |
Boolean |
isElementPresentInEditorContent(org.openqa.selenium.By selection)
Deprecated.
Returns if certain selection is matched on the editor content
|
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder page
@Inject protected ConfluenceFrameExecutor execute
@Inject protected com.atlassian.pageobjects.PageBinder binder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
@Deprecated public String getText()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getAttribute(org.openqa.selenium.By locator, String attributeName)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTextTimed()
public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> getNumberOfColumns(org.openqa.selenium.By parentRow)
public int getNumberOfColumns()
public String getColumnDataType(int column)
public String getColumnContent(int column)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTimedColumnContent(int column)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getTimedPageLayoutsCellContent(int row, int column)
row
- is 1 index basedcolumn
- is 1 index basedpublic org.openqa.selenium.By getCellLocator()
public org.openqa.selenium.By getColumnLocator()
public Boolean isElementPresentInEditorContent(org.openqa.selenium.By selection)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasInlineMacro(String macroName, List<String> macroParameters)
EditorContent.hasInlineMacro(java.lang.String, java.util.List<java.lang.String>)
Warning: This method has been deprecated since Confluence 5.4.4 because it is should be place at EditorContent
Copyright © 2003–2017 Atlassian. All rights reserved.