Lines Matching defs:by
134 public static function presenceOfElementLocated(WebDriverBy $by)
153 public static function presenceOfAllElementsLocatedBy(WebDriverBy $by)
171 public static function visibilityOfElementLocated(WebDriverBy $by)
194 public static function visibilityOfAnyElementLocated(WebDriverBy $by)
241 public static function textToBePresentInElement(WebDriverBy $by, $text)
254 public static function elementTextContains(WebDriverBy $by, $text)
277 public static function elementTextIs(WebDriverBy $by, $text)
297 public static function elementTextMatches(WebDriverBy $by, $regexp)
319 public static function textToBePresentInElementValue(WebDriverBy $by, $text)
331 public static function elementValueContains(WebDriverBy $by, $text)
372 public static function invisibilityOfElementLocated(WebDriverBy $by)
394 public static function invisibilityOfElementWithText(WebDriverBy $by, $text)
415 public static function elementToBeClickable(WebDriverBy $by)