Class DocumentDiffSummary


  • public class DocumentDiffSummary
    extends BaseElement
    Represents the summary displayed when comparing two versions of a document.
    Since:
    7.0RC1
    Version:
    $Id: 0cbbcb3c68f300efe2f6f4911f64698c660a77ef $
    • Constructor Detail

      • DocumentDiffSummary

        public DocumentDiffSummary​(org.openqa.selenium.WebElement container)
        Creates a new instance for the specified summary.
        Parameters:
        container - the element that wraps and contains the summary
    • Method Detail

      • getPagePropertiesSummary

        public String getPagePropertiesSummary()
      • getAttachmentsSummary

        public String getAttachmentsSummary()
      • getModifiedAttachments

        public List<String> getModifiedAttachments()
      • getAddedAttachments

        public List<String> getAddedAttachments()
      • getRemovedAttachments

        public List<String> getRemovedAttachments()
      • getObjectsSummary

        public String getObjectsSummary()
      • getModifiedObjects

        public List<String> getModifiedObjects()
      • getAddedObjects

        public List<String> getAddedObjects()
      • getRemovedObjects

        public List<String> getRemovedObjects()
      • getClassPropertiesSummary

        public String getClassPropertiesSummary()
      • getModifiedClassProperties

        public List<String> getModifiedClassProperties()
      • getAddedClassProperties

        public List<String> getAddedClassProperties()
      • getRemovedClassProperties

        public List<String> getRemovedClassProperties()