public function Session::getWindowName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\MinkCode
public function getWindowName() {
return $this->driver
->getWindowName();
}