Lines Matching full:an
38 * An expectation for checking the title of a page.
40 * @param string $title The expected title, which must be an exact match.
53 * An expectation for checking substring of a page Title.
68 * An expectation for checking current page title matches the given regular expression.
83 * An expectation for checking the URL of a page.
85 * @param string $url The expected URL, which must be an exact match.
98 * An expectation for checking substring of the URL of a page.
113 * An expectation for checking current page URL matches the given regular expression.
128 * An expectation for checking that an element is present on the DOM of a page.
148 * An expectation for checking that there is at least one element present on a web page.
151 * @return static Condition return an array of WebDriverElement once they are located.
165 * An expectation for checking that an element is present on the DOM of a page and visible.
187 … * An expectation for checking than at least one element in an array of elements is present on the
216 …* An expectation for checking that an element, known to be present on the DOM of a page, is visibl…
232 * An expectation for checking if the given text is present in the specified element.
247 * An expectation for checking if the given text is present in the specified element.
270 * An expectation for checking if the given text exactly equals the text in specified element.
291 …* An expectation for checking if the given regular expression matches the text in specified elemen…
311 …* An expectation for checking if the given text is present in the specified elements value attribu…
325 …* An expectation for checking if the given text is present in the specified elements value attribu…
367 * An expectation for checking that an element is either invisible or not present on the DOM.
388 …* An expectation for checking that an element with text is either invisible or not present on the …
410 * An expectation for checking an element is visible and enabled such that you can click it.
440 * Wait until an element is no longer attached to the DOM.
463 …* This works around the problem of conditions which have two parts: find an element and then check…
464 …* condition on it. For these conditions it is possible that an element is located and then subsequ…
485 * An expectation for checking if the given element is selected.
499 * An expectation for checking if the given element is selected.
533 * An expectation for whether an alert() box is present.
543 // of whether there is an alert. Calling getText() will throw
544 // an exception if it is not really there.
557 * An expectation checking the number of opened windows.
572 * An expectation with the logical opposite condition of the given condition.