Searched refs:urlRegexp (Results 1 – 1 of 1) sorted by relevance
115 * @param string $urlRegexp The regular expression to test against.118 public static function urlMatches($urlRegexp) argument121 function (WebDriver $driver) use ($urlRegexp) {122 return (bool) preg_match($urlRegexp, $driver->getCurrentURL());