Package org.xwiki.test.ui.po.diff
Class RenderedChanges
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.diff.RenderedChanges
-
public class RenderedChanges extends BaseElement
Represents the rendered changes tab in the changes pane.- Since:
- 14.10.15, 15.5.1, 15.6
- Version:
- $Id: ef026898c1966502d523b4a8c89006c6002103df $
-
-
Constructor Summary
Constructors Constructor Description RenderedChanges(org.openqa.selenium.WebElement container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.openqa.selenium.WebElement>
getChangedBlocks()
boolean
hasNoChanges()
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
hasNoChanges
public boolean hasNoChanges()
- Returns:
true
if the "No changes" message is displayed and there are no diffs displayed,false
-
getChangedBlocks
public List<org.openqa.selenium.WebElement> getChangedBlocks()
- Returns:
- the list of changed blocks
-
-