public function Session::maximizeWindow in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Session.php \Behat\Mink\Session::maximizeWindow()
Maximize the window if it is not maximized already.
Parameters
string $name window name (null for the main window):
File
- vendor/
behat/ mink/ src/ Session.php, line 369
Class
- Session
- Mink session.
Namespace
Behat\MinkCode
public function maximizeWindow($name = null) {
$this->driver
->maximizeWindow($name);
}