Home
last modified time | relevance | path

Searched refs:elementValueContains (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverExpectedCondition.php321 return self::elementValueContains($by, $text);
331 public static function elementValueContains(WebDriverBy $by, $text) function in Facebook\\WebDriver\\WebDriverExpectedCondition
/plugin/combo/vendor/php-webdriver/webdriver/
DCHANGELOG.md154 - Deprecate `textToBePresentInElementValue` expected condition in favor of `elementValueContains`.