| Interface | Description |
|---|---|
| Condition |
A condition is a condition which can be tested on the current state in the browser.
|
| Class | Description |
|---|---|
| ConditionType |
A combination of a condition and preconditions.
|
| ConditionTypeChecker<T extends ConditionType> |
Controller class for the invariants.
|
| CountCondition |
Condition that counts how many times a condition is specified and returns true iff the specified
condition is satisfied less than the specified number.
|
| JavaScriptCondition |
A condition in the form of a JavaScript expression which returns true if the expression return
true.
|
| Logic |
Logic operations for conditions.
|
| NotRegexCondition |
A condition which returns true iff the expression does NOT occur in the DOM.
|
| NotUrlCondition |
Conditions that returns true iff the browser's current url NOT contains url.
|
| NotVisibleCondition |
Conditions that returns true iff element found with By is visible.
|
| NotXPathCondition |
Condition that returns true iff no elements are found with expression.
|
| RegexCondition |
Condition that returns true iff experssion occurs in the dom.
|
| UrlCondition |
Conditions that returns true iff the browser's current url contains url.
|
| VisibleCondition |
Conditions that returns true iff element found by given identification is visible.
|
| XPathCondition |
A condition which returns true if the XPath expression returns one or more elements.
|
Copyright © 2007-2013. All Rights Reserved.