public final class JcrExpectedConditions extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
hasNodeProperty(javax.jcr.Session session,
String nodePath,
String propertyName)
Checks if node has specified property
|
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
hasNodePropertyValue(javax.jcr.Session session,
String nodePath,
String propertyName,
String propertyValue)
Checks if specified node property has specified value
|
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> |
nodeExist(javax.jcr.Session session,
String nodePath)
Checks if specified node exist.
|
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> nodeExist(javax.jcr.Session session, String nodePath)
session - Jcr session.nodePath - Absolute path to node.public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> hasNodeProperty(javax.jcr.Session session, String nodePath, String propertyName)
session - Jcr session.nodePath - Absolute path to node.propertyName - Property name.public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> hasNodePropertyValue(javax.jcr.Session session, String nodePath, String propertyName, String propertyValue)
session - Jcr session.nodePath - Absolute path to node.propertyName - Property name.propertyValue - Property value.Copyright © 2016–2018 Cognifide Ltd.. All rights reserved.