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.
|
pageEntity
driver, pageBinder, pageElementFinder, 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.TimedCondition |
addCommentRTEVisibleCondition()
Deprecated.
|
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 |
canEditLabels()
Deprecated.
|
void |
clickOnBody()
Deprecated.
|
AbstractViewPage |
clickPageModificationLink()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
commentsSectionPresentCondition()
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
|
QuickReloadDialog |
findQuickReloadDialog()
Deprecated.
|
Breadcrumbs |
getBreadcrumbs()
Deprecated.
|
CommentsSection |
getComments()
Deprecated.
|
com.atlassian.pageobjects.elements.PageElement |
getFavouriteButton()
Deprecated.
|
List<String> |
getLabels()
Deprecated.
|
PageLabelsSection |
getLabelSection()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getLastModifier()
Deprecated.
Retrieves the display name of the last modifier of the page
|
LikeSection |
getLikeSection()
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.
|
String |
getTitle()
Deprecated.
|
String |
getUrl()
Deprecated.
|
WatchDialog |
getWatchDialog()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
hasPageRestrictions()
Deprecated.
|
boolean |
isFavourite()
Deprecated.
|
KeyboardShortcutHelperDialog |
openHelpDialogWithShortcut()
Deprecated.
|
LabelsDialog |
openLabelsDialog()
Deprecated.
|
LabelsDialog |
openLabelsDialogViaKeyboard()
Deprecated.
|
PageRestrictionsDialog |
openRestrictionsDialog()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
pageCommentsVisibleCondition()
Deprecated.
|
boolean |
pageHasElement(String element)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
quickCommentPromptVisibleCondition()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
quickReloadNoticeVisibleCondition()
Deprecated.
|
void |
sendKeysToWindow(String keys)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
waitUntilEditorResourcesArePreloaded()
Deprecated.
|
back, dismissSelect2IfActive, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete
public 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 ConfluenceAbstractPage
public 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 LikeSection getLikeSection()
public CommentsSection getComments()
public com.atlassian.pageobjects.elements.PageElement getFavouriteButton()
public boolean pageHasElement(String element)
public KeyboardShortcutHelperDialog openHelpDialogWithShortcut()
public LabelsDialog openLabelsDialog()
public LabelsDialog openLabelsDialogViaKeyboard()
public boolean canEdit()
public com.atlassian.pageobjects.elements.query.TimedCondition canComment()
public com.atlassian.pageobjects.elements.query.TimedCondition canEditLabels()
public QuickReloadDialog findQuickReloadDialog()
public com.atlassian.pageobjects.elements.query.TimedCondition contentVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition pageCommentsVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition commentsSectionPresentCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition quickCommentPromptVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition editorContainerVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition quickReloadNoticeVisibleCondition()
public void clickOnBody()
public long getPageId()
public String getSpaceKey()
public String toString()
toString
in class ConfluenceAbstractPage
public com.atlassian.pageobjects.elements.query.TimedCondition addCommentRTEVisibleCondition()
public WatchDialog getWatchDialog()
public PageRestrictionsDialog openRestrictionsDialog()
public com.atlassian.pageobjects.elements.query.TimedCondition hasPageRestrictions()
public AbstractViewPage clickPageModificationLink()
public Long getPageRenderTimeStamp()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLastModifier()
Copyright © 2003–2016 Atlassian. All rights reserved.