Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php115 * @param string $urlRegexp The regular expression to test against.
118 public static function urlMatches($urlRegexp) argument
121 function (WebDriver $driver) use ($urlRegexp) {
122 return (bool) preg_match($urlRegexp, $driver->getCurrentURL());