Пример #1
0
 /**
  * Resize window to mobile size
  *
  * @param DriverInterface $driver
  */
 public function resizeToMobileWindow(DriverInterface $driver)
 {
     $driver->resizeWindow($this->desktopWidth, $this->desktopHeight);
 }