Package org.xwiki.test.ui.po.diff
Class DocumentDiffSummary
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.diff.DocumentDiffSummary
-
public class DocumentDiffSummary extends BaseElement
Represents the summary displayed when comparing two versions of a document.- Since:
- 7.0RC1
- Version:
- $Id: 0cbbcb3c68f300efe2f6f4911f64698c660a77ef $
-
-
Constructor Summary
Constructors Constructor Description DocumentDiffSummary(org.openqa.selenium.WebElement container)
Creates a new instance for the specified summary.
-
Method Summary
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
getPagePropertiesSummary
public String getPagePropertiesSummary()
-
getAttachmentsSummary
public String getAttachmentsSummary()
-
toggleAttachmentsDetails
public DocumentDiffSummary toggleAttachmentsDetails()
-
getObjectsSummary
public String getObjectsSummary()
-
toggleObjectsDetails
public DocumentDiffSummary toggleObjectsDetails()
-
getClassPropertiesSummary
public String getClassPropertiesSummary()
-
toggleClassPropertiesDetails
public DocumentDiffSummary toggleClassPropertiesDetails()
-
-