ViewAttachmentsPage
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class ViewAttachmentsPage extends ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
Constructor and Description |
---|
ViewAttachmentsPage(BlogPost blog)
Deprecated.
|
ViewAttachmentsPage(Page page)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clickMoreAttachmentsLink()
Deprecated.
|
AttachmentContainer |
getAttachmentContainer(Attachment attachment)
Deprecated.
|
AttachmentsRow |
getAttachmentRow(Attachment attachment)
Deprecated.
since 4.3, use
getAttachmentContainer(Attachment) instead |
AttachmentsRow |
getAttachmentRow(Attachment attachment,
int version)
Deprecated.
since 4.3, use
AttachmentContainer.getVersionContainer(int) on getAttachmentContainer(Attachment) instead |
int |
getNumberOfFileInputs()
Deprecated.
|
String |
getUrl()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
boolean |
isMoreAttachmentsLinkVisible()
Deprecated.
|
back, dismissSelect2IfActive, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, getRequestCorrelationId, isDarkFeatureEnabled, isLoggedIn, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete, toString
public ViewAttachmentsPage(Page page)
public ViewAttachmentsPage(BlogPost blog)
public boolean isMoreAttachmentsLinkVisible()
public void clickMoreAttachmentsLink()
public int getNumberOfFileInputs()
public AttachmentsRow getAttachmentRow(Attachment attachment)
getAttachmentContainer(Attachment)
insteadpublic AttachmentsRow getAttachmentRow(Attachment attachment, int version)
AttachmentContainer.getVersionContainer(int)
on getAttachmentContainer(Attachment)
insteadpublic AttachmentContainer getAttachmentContainer(Attachment attachment)
public boolean isEmpty()
public String getUrl()
Copyright © 2003–2018 Atlassian. All rights reserved.