public class EntityDiff extends BaseElement
Constructor and Description |
---|
EntityDiff(org.openqa.selenium.WebElement container)
Create a new instance for the entity specified by the given element.
|
Modifier and Type | Method and Description |
---|---|
List<Conflict> |
getConflicts(String propertyName) |
List<String> |
getDiff(String propertyName) |
List<String> |
getPropertyNames() |
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public EntityDiff(org.openqa.selenium.WebElement container)
container
- The element that wraps and contains the changes for all the entity's properties.public List<String> getPropertyNames()
public List<String> getDiff(String propertyName)
propertyName
- the name of a modified property of the underlying entityCopyright © 2004–2021 XWiki. All rights reserved.