Class ViewPageAnonymous
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
-
- com.atlassian.confluence.pageobjects.page.content.ViewPage
-
- com.atlassian.confluence.pageobjects.page.content.ViewPageAnonymous
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
@Deprecated public class ViewPageAnonymous extends ViewPage
Deprecated.in 5.8. UseViewPageAnonymous
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description protected KeyboardShortcuts
keyboardShortcuts
Deprecated.static String
PAGE_ID_META_IDENTIFIER
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.page.content.ViewPage
SPACE_KEY_META_IDENTIFIER
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.content.AbstractViewPage
pageEntity
-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description ViewPageAnonymous()
Deprecated.ViewPageAnonymous(AbstractPageEntity pageEntity)
Deprecated.ViewPageAnonymous(String pageId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedCondition
contentVisibleCondition()
Deprecated.void
doWait()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
editorContainerVisibleCondition()
Deprecated.Breadcrumbs
getBreadcrumbs()
Deprecated.CommentsSection
getComments()
Deprecated.List<String>
getLabels()
Deprecated.PageLabelsSection
getLabelSection()
Deprecated.com.atlassian.pageobjects.elements.PageElement
getMainContent()
Deprecated.AbstractPageEntity
getPageEntity()
Deprecated.RenderedContent
getRenderedContent()
Deprecated.String
getTextContent()
Deprecated.String
getTextContent(String tagName)
Deprecated.String
getTitle()
Deprecated.String
getUrl()
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.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.content.ViewPage
areEditorResourcesPreLoaded, canComment, canEdit, edit, editShortcut, editShortcut, getPageId, getPageRenderTimeStamp, getSpaceKey, getTextContentDocTheme, getWatchDialog, sendKeysToWindow, toString, waitUntilEditorResourcesArePreloaded
-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete
-
-
-
-
Field Detail
-
PAGE_ID_META_IDENTIFIER
public static final String PAGE_ID_META_IDENTIFIER
Deprecated.- See Also:
- Constant Field Values
-
keyboardShortcuts
@Inject protected KeyboardShortcuts keyboardShortcuts
Deprecated.
-
-
Constructor Detail
-
ViewPageAnonymous
public ViewPageAnonymous()
Deprecated.
-
ViewPageAnonymous
public ViewPageAnonymous(String pageId)
Deprecated.
-
ViewPageAnonymous
public ViewPageAnonymous(AbstractPageEntity pageEntity)
Deprecated.
-
-
Method Detail
-
getUrl
public String getUrl()
Deprecated.
-
getPageEntity
public AbstractPageEntity getPageEntity()
Deprecated.- Overrides:
getPageEntity
in classViewPage
-
isFavourite
public boolean isFavourite()
Deprecated.- Overrides:
isFavourite
in classViewPage
-
getTextContent
public String getTextContent()
Deprecated.- Overrides:
getTextContent
in classViewPage
-
getTextContent
public String getTextContent(String tagName)
Deprecated.- Overrides:
getTextContent
in classViewPage
- 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.- Overrides:
getMainContent
in classViewPage
-
getRenderedContent
public RenderedContent getRenderedContent()
Deprecated.- Overrides:
getRenderedContent
in classViewPage
-
getBreadcrumbs
public Breadcrumbs getBreadcrumbs()
Deprecated.- Overrides:
getBreadcrumbs
in classViewPage
-
getLabelSection
public PageLabelsSection getLabelSection()
Deprecated.- Overrides:
getLabelSection
in classViewPage
-
getComments
public CommentsSection getComments()
Deprecated.- Overrides:
getComments
in classViewPage
-
pageHasElement
public boolean pageHasElement(String element)
Deprecated.- Overrides:
pageHasElement
in classViewPage
-
openLabelsDialog
public LabelsDialog openLabelsDialog()
Deprecated.- Overrides:
openLabelsDialog
in classViewPage
-
contentVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition contentVisibleCondition()
Deprecated.- Overrides:
contentVisibleCondition
in classViewPage
-
pageCommentsVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition pageCommentsVisibleCondition()
Deprecated.- Overrides:
pageCommentsVisibleCondition
in classViewPage
-
quickCommentPromptVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition quickCommentPromptVisibleCondition()
Deprecated.- Overrides:
quickCommentPromptVisibleCondition
in classViewPage
-
editorContainerVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition editorContainerVisibleCondition()
Deprecated.- Overrides:
editorContainerVisibleCondition
in classViewPage
-
-