|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
com.atlassian.confluence.pageobjects.component.content.AttachmentsRow
AttachmentContainer instead
public class AttachmentsRow
Represent a single row in an attachments table.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent |
|---|
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter |
| Constructor Summary | |
|---|---|
AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment)
Deprecated. Creates a reference to the corresponding row for the latest version of the provided attachment. |
|
AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment,
int version)
Deprecated. Creates a reference to the corresponding row for the specified version of the provided attachment. |
|
| Method Summary | |
|---|---|
EditAttachmentPage |
clickEdit()
Deprecated. |
org.openqa.selenium.Alert |
clickRemove()
Deprecated. |
String |
getFileName()
Deprecated. |
org.openqa.selenium.WebElement |
getTable()
Deprecated. |
boolean |
isPresent()
Deprecated. |
boolean |
isVersionTogglePresent()
Deprecated. |
boolean |
isVisible()
Deprecated. |
void |
toggleShowVersion()
Deprecated. |
| Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent |
|---|
getComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment)
tableLocator - - a locator for the instance of the attachment table in useattachment - - the attachment to reference
public AttachmentsRow(org.openqa.selenium.By tableLocator,
Attachment attachment,
int version)
tableLocator - - a locator for the instance of the attachment table in useattachment - - the attachmentversion - - the version number of the attachment, if 0, the latest version is provided| Method Detail |
|---|
public boolean isPresent()
public boolean isVisible()
public boolean isVersionTogglePresent()
public void toggleShowVersion()
public org.openqa.selenium.Alert clickRemove()
public EditAttachmentPage clickEdit()
public org.openqa.selenium.WebElement getTable()
public String getFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||