com.atlassian.confluence.webdriver.pageobjects.page.content.ViewPage instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public class ViewPage extends AbstractViewPage
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGE_ID_META_IDENTIFIER
Deprecated.
|
static String |
SPACE_KEY_META_IDENTIFIER
Deprecated.
|
pageEntitydriver, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout| Constructor and Description |
|---|
ViewPage()
Deprecated.
|
ViewPage(AbstractPageEntity pageEntity)
Deprecated.
|
ViewPage(String pageId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
areEditorResourcesPreLoaded()
Deprecated.
True if the page has preloaded all the resources the editor needs
to initialise
|
com.atlassian.pageobjects.elements.query.TimedCondition |
canComment()
Deprecated.
|
boolean |
canEdit()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
contentVisibleCondition()
Deprecated.
|
void |
doWait()
Deprecated.
|
EditContentPage |
edit()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
editorContainerVisibleCondition()
Deprecated.
|
EditContentPage |
editShortcut()
Deprecated.
Triggers edit shortcut and binds editor content page
|
EditContentPage |
editShortcut(String extraKeys)
Deprecated.
Triggers edit shortcut and binds editor content page
|
Breadcrumbs |
getBreadcrumbs()
Deprecated.
|
CommentsSection |
getComments()
Deprecated.
|
List<String> |
getLabels()
Deprecated.
|
PageLabelsSection |
getLabelSection()
Deprecated.
|
com.atlassian.pageobjects.elements.PageElement |
getMainContent()
Deprecated.
|
AbstractPageEntity |
getPageEntity()
Deprecated.
|
long |
getPageId()
Deprecated.
|
Long |
getPageRenderTimeStamp()
Deprecated.
|
RenderedContent |
getRenderedContent()
Deprecated.
|
String |
getSpaceKey()
Deprecated.
|
String |
getTextContent()
Deprecated.
|
String |
getTextContent(String tagName)
Deprecated.
|
String |
getTextContentDocTheme()
Deprecated.
since 6.0 due to removal of DocTheme
|
String |
getTitle()
Deprecated.
|
String |
getUrl()
Deprecated.
|
WatchDialog |
getWatchDialog()
Deprecated.
|
boolean |
isFavourite()
Deprecated.
|
LabelsDialog |
openLabelsDialog()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
pageCommentsVisibleCondition()
Deprecated.
|
boolean |
pageHasElement(String element)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
quickCommentPromptVisibleCondition()
Deprecated.
|
void |
sendKeysToWindow(String keys)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
waitUntilEditorResourcesArePreloaded()
Deprecated.
|
back, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupCompletepublic static final String PAGE_ID_META_IDENTIFIER
public static final String SPACE_KEY_META_IDENTIFIER
public ViewPage()
public ViewPage(String pageId)
public ViewPage(AbstractPageEntity pageEntity)
public void doWait()
doWait in class ConfluenceAbstractPagepublic String getUrl()
public AbstractPageEntity getPageEntity()
public boolean isFavourite()
public EditContentPage edit()
public void sendKeysToWindow(String keys)
public EditContentPage editShortcut(String extraKeys)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> areEditorResourcesPreLoaded()
public void waitUntilEditorResourcesArePreloaded()
public EditContentPage editShortcut()
public String getTextContent()
public String getTextContentDocTheme()
public String getTextContent(String tagName)
tagName - html tag namepublic com.atlassian.pageobjects.elements.PageElement getMainContent()
public RenderedContent getRenderedContent()
public Breadcrumbs getBreadcrumbs()
public String getTitle()
public PageLabelsSection getLabelSection()
public CommentsSection getComments()
public boolean pageHasElement(String element)
public LabelsDialog openLabelsDialog()
public boolean canEdit()
public com.atlassian.pageobjects.elements.query.TimedCondition canComment()
public com.atlassian.pageobjects.elements.query.TimedCondition contentVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition pageCommentsVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition quickCommentPromptVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition editorContainerVisibleCondition()
public long getPageId()
public String getSpaceKey()
public String toString()
toString in class ConfluenceAbstractPagepublic WatchDialog getWatchDialog()
public Long getPageRenderTimeStamp()
Copyright © 2003–2022 Atlassian. All rights reserved.