AbstractAttachmentContainer
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public abstract class AbstractAttachmentContainer extends ConfluenceAbstractPageComponent
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Supplier<com.atlassian.pageobjects.elements.PageElement> |
fileNameLink
Deprecated.
|
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
AbstractAttachmentContainer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canRemove()
Deprecated.
|
com.atlassian.fugue.Maybe<AttachmentRemovalConfirmationDialog> |
clickRemove()
Deprecated.
Clicks the remove link (if present in the DOM) and binds an instance of
AttachmentRemovalConfirmationDialog to the resulting AJS dialog DOM. |
protected abstract com.atlassian.pageobjects.elements.PageElement |
getAttachmentRow()
Deprecated.
|
String |
getFileName()
Deprecated.
|
protected abstract com.atlassian.pageobjects.elements.PageElement |
getRemoveLink()
Deprecated.
|
boolean |
isPresent()
Deprecated.
|
boolean |
isVisible()
Deprecated.
|
getComponent
protected com.google.common.base.Supplier<com.atlassian.pageobjects.elements.PageElement> fileNameLink
protected abstract com.atlassian.pageobjects.elements.PageElement getAttachmentRow()
protected abstract com.atlassian.pageobjects.elements.PageElement getRemoveLink()
public boolean isVisible()
public boolean isPresent()
public String getFileName()
public com.atlassian.fugue.Maybe<AttachmentRemovalConfirmationDialog> clickRemove()
AttachmentRemovalConfirmationDialog
to the resulting AJS dialog DOM.public boolean canRemove()
Copyright © 2003–2018 Atlassian. All rights reserved.