Class ViewPage
java.lang.Object
com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
com.atlassian.confluence.pageobjects.page.content.ViewPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
ViewPageAddComment
,ViewPageAnonymous
,ViewPageEditComment
,ViewPageReplyComment
Deprecated.
The view content page.
- Since:
- 4.1
-
Field Summary
FieldsFields inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
pageEntity
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout
-
Constructor Summary
ConstructorsConstructorDescriptionViewPage()
Deprecated.ViewPage
(AbstractPageEntity pageEntity) Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedQuery
<Boolean> Deprecated.True if the page has preloaded all the resources the editor needs to initialisecom.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.boolean
canEdit()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.void
doWait()
Deprecated.edit()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.Deprecated.Triggers edit shortcut and binds editor content pageeditShortcut
(String extraKeys) Deprecated.Triggers edit shortcut and binds editor content pageDeprecated.Deprecated.Deprecated.Deprecated.com.atlassian.pageobjects.elements.PageElement
Deprecated.Deprecated.long
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTextContent
(String tagName) Deprecated.Deprecated.since 6.0 due to removal of DocThemegetTitle()
Deprecated.getUrl()
Deprecated.Deprecated.boolean
Deprecated.Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.boolean
pageHasElement
(String element) Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
Deprecated.void
sendKeysToWindow
(String keys) Deprecated.toString()
Deprecated.void
Deprecated.Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete
-
Field Details
-
PAGE_ID_META_IDENTIFIER
Deprecated.- See Also:
-
SPACE_KEY_META_IDENTIFIER
Deprecated.- See Also:
-
-
Constructor Details
-
ViewPage
public ViewPage()Deprecated. -
ViewPage
Deprecated. -
ViewPage
Deprecated.
-
-
Method Details
-
doWait
public void doWait()Deprecated.- Overrides:
doWait
in classConfluenceAbstractPage
-
getUrl
Deprecated. -
getPageEntity
Deprecated. -
isFavourite
public boolean isFavourite()Deprecated. -
edit
Deprecated. -
sendKeysToWindow
Deprecated. -
editShortcut
Deprecated.Triggers edit shortcut and binds editor content page- Since:
- 5.5
-
areEditorResourcesPreLoaded
Deprecated.True if the page has preloaded all the resources the editor needs to initialise- Since:
- 5.6
-
waitUntilEditorResourcesArePreloaded
public void waitUntilEditorResourcesArePreloaded()Deprecated.- Since:
- 5.6
-
editShortcut
Deprecated.Triggers edit shortcut and binds editor content page- Since:
- 5.5
-
getTextContent
Deprecated. -
getTextContentDocTheme
Deprecated.since 6.0 due to removal of DocTheme -
getTextContent
Deprecated.- Parameters:
tagName
- html tag name- Returns:
- the text in the given tagname in the main content
-
getMainContent
public com.atlassian.pageobjects.elements.PageElement getMainContent()Deprecated. -
getRenderedContent
Deprecated. -
getBreadcrumbs
Deprecated. -
getTitle
Deprecated. -
getLabelSection
Deprecated. -
getLabels
Deprecated. -
getComments
Deprecated. -
pageHasElement
Deprecated. -
openLabelsDialog
Deprecated. -
canEdit
public boolean canEdit()Deprecated. -
canComment
public com.atlassian.pageobjects.elements.query.TimedCondition canComment()Deprecated. -
contentVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition contentVisibleCondition()Deprecated. -
pageCommentsVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition pageCommentsVisibleCondition()Deprecated. -
quickCommentPromptVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition quickCommentPromptVisibleCondition()Deprecated. -
editorContainerVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition editorContainerVisibleCondition()Deprecated. -
getPageId
public long getPageId()Deprecated. -
getSpaceKey
Deprecated. -
toString
Deprecated.- Overrides:
toString
in classConfluenceAbstractPage
-
getWatchDialog
Deprecated. -
getPageRenderTimeStamp
Deprecated.- Since:
- 5.6
-
ViewPage
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.