Searched refs:getCurrentURL (Results 1 – 3 of 3) sorted by relevance
92 return $url === $driver->getCurrentURL();107 return mb_strpos($driver->getCurrentURL(), $url) !== false;122 return (bool) preg_match($urlRegexp, $driver->getCurrentURL());
32 public function getCurrentURL(); function
198 public function getCurrentURL() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver201 return $this->driver->getCurrentURL();