public function Session::getCurrentUrl in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Session.php \Behat\Mink\Session::getCurrentUrl()
Returns current URL address.
Return value
string
File
- vendor/
behat/ mink/ src/ Session.php, line 237
Class
- Session
- Mink session.
Namespace
Behat\MinkCode
public function getCurrentUrl() {
return $this->driver
->getCurrentUrl();
}