You are here

public function Session::getCurrentUrl in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Mink

Code

public function getCurrentUrl() {
  return $this->driver
    ->getCurrentUrl();
}