Lines Matching refs:static

41      * @return static Condition returns whether current page title equals given string.
56 * @return static Condition returns whether current page title contains given string.
71 * @return static Condition returns whether current page title matches the regular expression.
86 * @return static Condition returns whether current URL equals given one.
101 * @return static Condition returns whether current URL contains given string.
116 * @return static Condition returns whether current URL matches the regular expression.
132 * @return static Condition returns the WebDriverElement which is located.
151 * @return static Condition return an array of WebDriverElement once they are located.
169 * @return static Condition returns the WebDriverElement which is located and visible.
192 * @return static Condition returns the array of WebDriverElement that are located and visible.
220 * @return static Condition returns the same WebDriverElement once it is visible.
239 * @return static Condition returns whether the text is present in the element.
252 * @return static Condition returns whether the partial text is present in the element.
275 * @return static Condition returns whether the element has text value equal to given one.
295 * @return static Condition returns whether the element has text value equal to given one.
317 * @return static Condition returns whether the text is present in value attribute.
329 * @return static Condition returns whether the text is present in value attribute.
351 …* @return static Condition returns object focused on new frame when frame is found, false otherwis…
370 * @return static Condition returns whether no visible element located.
392 * @return static Condition returns whether the text is found in the element located.
413 … * @return static Condition return the WebDriverElement once it is located, visible and clickable.
443 * @return static Condition returns whether the element is still attached to the DOM.
469 * @return static Condition returns the return value of the getApply() of the given condition.
488 * @return static Condition returns whether the element is selected.
503 * @return static Condition returns whether the element is selected.
535 * @return static Condition returns WebDriverAlert if alert() is present, null otherwise.
560 * @return static