All Implemented Interfaces:
com.atlassian.pageobjects.Page
Direct Known Subclasses:
ViewPageAddComment, ViewPageAnonymous, ViewPageEditComment, ViewPageReplyComment

@Deprecated public class ViewPage extends AbstractViewPage
Deprecated.
in 5.8. Use ViewPage instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
The view content page.
Since:
4.1
  • Field Details

  • Constructor Details

    • ViewPage

      public ViewPage()
      Deprecated.
    • ViewPage

      public ViewPage(String pageId)
      Deprecated.
    • ViewPage

      public ViewPage(AbstractPageEntity pageEntity)
      Deprecated.
  • Method Details

    • doWait

      public void doWait()
      Deprecated.
      Overrides:
      doWait in class ConfluenceAbstractPage
    • getUrl

      public String getUrl()
      Deprecated.
    • getPageEntity

      public AbstractPageEntity getPageEntity()
      Deprecated.
    • isFavourite

      public boolean isFavourite()
      Deprecated.
    • edit

      public EditContentPage edit()
      Deprecated.
    • sendKeysToWindow

      public void sendKeysToWindow(String keys)
      Deprecated.
    • editShortcut

      public EditContentPage editShortcut(String extraKeys)
      Deprecated.
      Triggers edit shortcut and binds editor content page
      Since:
      5.5
    • areEditorResourcesPreLoaded

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> 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

      public EditContentPage editShortcut()
      Deprecated.
      Triggers edit shortcut and binds editor content page
      Since:
      5.5
    • getTextContent

      public String getTextContent()
      Deprecated.
    • getTextContentDocTheme

      public String getTextContentDocTheme()
      Deprecated.
      since 6.0 due to removal of DocTheme
    • getTextContent

      public String getTextContent(String tagName)
      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

      public RenderedContent getRenderedContent()
      Deprecated.
    • getBreadcrumbs

      public Breadcrumbs getBreadcrumbs()
      Deprecated.
    • getTitle

      public String getTitle()
      Deprecated.
    • getLabelSection

      public PageLabelsSection getLabelSection()
      Deprecated.
    • getLabels

      public List<String> getLabels()
      Deprecated.
    • getComments

      public CommentsSection getComments()
      Deprecated.
    • pageHasElement

      public boolean pageHasElement(String element)
      Deprecated.
    • openLabelsDialog

      public LabelsDialog 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

      public String getSpaceKey()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class ConfluenceAbstractPage
    • getWatchDialog

      public WatchDialog getWatchDialog()
      Deprecated.
    • getPageRenderTimeStamp

      public Long getPageRenderTimeStamp()
      Deprecated.
      Since:
      5.6