public class Presence extends Condition
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
locator |
Constructor and Description |
---|
Presence(java.lang.String locator) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTrue(ConditionRunner.Context context) |
getMessage, toString
public Presence(java.lang.String locator)
locator
- the element which must be presentpublic boolean isTrue(ConditionRunner.Context context)