function DriverInterface::resizeWindow
Set the dimensions of the window.
Parameters
int $width set the window width, measured in pixels:
int $height set the window height, measured in pixels:
string|null $name window name (null for the main window):
Return value
void
Throws
UnsupportedDriverActionException When operation not supported by the driver
DriverException When the operation cannot be done
1 method overrides DriverInterface::resizeWindow()
- CoreDriver::resizeWindow in vendor/
behat/ mink/ src/ Driver/ CoreDriver.php
File
-
vendor/
behat/ mink/ src/ Driver/ DriverInterface.php, line 677
Class
- DriverInterface
- Driver interface.
Namespace
Behat\Mink\DriverCode
public function resizeWindow(int $width, int $height, ?string $name = null);