public class ViewPageApdex extends AbstractViewPage
Modifier and Type | Field and Description |
---|---|
static String |
PAGE_ID_META_IDENTIFIER |
static String |
SPACE_KEY_META_IDENTIFIER |
pageEntity
driver, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
Constructor and Description |
---|
ViewPageApdex() |
ViewPageApdex(AbstractPageEntity pageEntity) |
ViewPageApdex(String pageId) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedCondition |
addCommentRTEVisibleCondition() |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
areEditorResourcesPreLoaded()
True if the page has preloaded all the resources the editor needs
to initialise
|
com.atlassian.pageobjects.elements.query.TimedCondition |
canComment() |
boolean |
canEdit() |
com.atlassian.pageobjects.elements.query.TimedCondition |
canEditLabels() |
void |
clickOnBody() |
AbstractViewPage |
clickPageModificationLink() |
com.atlassian.pageobjects.elements.query.TimedCondition |
commentsSectionPresentCondition() |
com.atlassian.pageobjects.elements.query.TimedCondition |
contentVisibleCondition() |
void |
doWait() |
EditContentPage |
edit() |
com.atlassian.pageobjects.elements.query.TimedCondition |
editorContainerVisibleCondition() |
EditContentPage |
editShortcut()
Triggers edit shortcut and binds editor content page
|
EditContentPage |
editShortcut(String extraKeys)
Triggers edit shortcut and binds editor content page
|
QuickReloadDialog |
findQuickReloadDialog() |
Long |
getApproxServerRenderTime()
Retrieves the display name of the last modifier of the page
|
Breadcrumbs |
getBreadcrumbs() |
CommentsSection |
getComments() |
List<String> |
getLabels() |
PageLabelsSection |
getLabelSection() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getLastModifier() |
LikeSection |
getLikeSection() |
com.atlassian.pageobjects.elements.PageElement |
getMainContent() |
AbstractPageEntity |
getPageEntity() |
long |
getPageId() |
Long |
getPageRenderTimeStamp() |
RenderedContent |
getRenderedContent() |
Long |
getServerRenderTime() |
String |
getSpaceKey() |
String |
getTextContent() |
String |
getTextContent(String tagName) |
String |
getTextContentDocTheme()
Deprecated.
since 6.0 due to removal of DocTheme
|
String |
getTitle() |
String |
getUrl() |
WatchDialog |
getWatchDialog() |
com.atlassian.pageobjects.elements.query.TimedCondition |
hasPageRestrictions() |
boolean |
isFavourite() |
KeyboardShortcutHelperDialog |
openHelpDialogWithShortcut() |
LabelsDialog |
openLabelsDialog() |
LabelsDialog |
openLabelsDialogViaKeyboard() |
PageRestrictionsDialog |
openRestrictionsDialog() |
com.atlassian.pageobjects.elements.query.TimedCondition |
pageCommentsVisibleCondition() |
boolean |
pageHasElement(String element) |
com.atlassian.pageobjects.elements.query.TimedCondition |
quickCommentPromptVisibleCondition() |
com.atlassian.pageobjects.elements.query.TimedCondition |
quickReloadNoticeVisibleCondition() |
void |
sendKeysToWindow(String keys) |
String |
toString() |
void |
waitUntilEditorResourcesArePreloaded() |
back, dismissSelect2IfActive, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, getRequestCorrelationId, 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 ViewPageApdex()
public ViewPageApdex(String pageId)
public ViewPageApdex(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 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 Long getApproxServerRenderTime()
public Long getServerRenderTime()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLastModifier()
Copyright © 2003–2016 Atlassian. All rights reserved.