public class ChangesPane extends BaseElement
Constructor and Description |
---|
ChangesPane() |
Modifier and Type | Method and Description |
---|---|
void |
clickNextChange()
Click the next change button
|
void |
clickNextFromVersion()
Click the next change button of the original document
|
void |
clickNextToVersion()
Click the next change button of the new document
|
void |
clickPreviousChange()
Click the previous change button
|
void |
clickPreviousFromVersion()
Click the previous change button of the original document
|
void |
clickPreviousToVersion()
Click the previous change button of the new document
|
String |
getChangeComment() |
List<String> |
getChangedEntities() |
DocumentDiffSummary |
getDiffSummary() |
EntityDiff |
getEntityDiff(String label) |
String |
getFromVersion() |
String |
getFromVersionSummary() |
String |
getToVersion() |
String |
getToVersionSummary() |
boolean |
hasNextChange() |
boolean |
hasNextFromVersion() |
boolean |
hasNextToVersion() |
boolean |
hasNoChanges() |
boolean |
hasPreviousChange() |
boolean |
hasPreviousFromVersion() |
boolean |
hasPreviousToVersion() |
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public String getFromVersionSummary()
public String getToVersionSummary()
public String getChangeComment()
public boolean hasNoChanges()
true
if the "No changes" message is displayed and there are no diffs displayed, false
otherwisepublic DocumentDiffSummary getDiffSummary()
public List<String> getChangedEntities()
public EntityDiff getEntityDiff(String label)
label
- the entity labelpublic void clickPreviousChange()
public void clickNextChange()
public void clickPreviousFromVersion()
public void clickNextFromVersion()
public void clickPreviousToVersion()
public void clickNextToVersion()
public boolean hasPreviousChange()
public boolean hasNextChange()
public boolean hasPreviousFromVersion()
public boolean hasNextFromVersion()
public boolean hasPreviousToVersion()
public boolean hasNextToVersion()
public String getFromVersion()
public String getToVersion()
Copyright © 2004–2021 XWiki. All rights reserved.