You are here

public function Session::getWindowName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/behat/mink/src/Session.php \Behat\Mink\Session::getWindowName()

Return the name of the currently active window.

Return value

string The name of the current window.

File

vendor/behat/mink/src/Session.php, line 268

Class

Session
Mink session.

Namespace

Behat\Mink

Code

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