public class DocumentDiffSummary extends BaseElement
Constructor and Description |
---|
DocumentDiffSummary(org.openqa.selenium.WebElement container)
Creates a new instance for the specified summary.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAddedAttachments() |
List<String> |
getAddedClassProperties() |
List<String> |
getAddedObjects() |
String |
getAttachmentsSummary() |
String |
getClassPropertiesSummary() |
List<String> |
getItems() |
List<String> |
getModifiedAttachments() |
List<String> |
getModifiedClassProperties() |
List<String> |
getModifiedObjects() |
String |
getObjectsSummary() |
String |
getPagePropertiesSummary() |
List<String> |
getRemovedAttachments() |
List<String> |
getRemovedClassProperties() |
List<String> |
getRemovedObjects() |
DocumentDiffSummary |
toggleAttachmentsDetails() |
DocumentDiffSummary |
toggleClassPropertiesDetails() |
DocumentDiffSummary |
toggleObjectsDetails() |
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public DocumentDiffSummary(org.openqa.selenium.WebElement container)
container
- the element that wraps and contains the summarypublic String getPagePropertiesSummary()
public String getAttachmentsSummary()
public DocumentDiffSummary toggleAttachmentsDetails()
public String getObjectsSummary()
public DocumentDiffSummary toggleObjectsDetails()
public String getClassPropertiesSummary()
public DocumentDiffSummary toggleClassPropertiesDetails()
Copyright © 2004–2021 XWiki. All rights reserved.