Example #1
0
 /**
  * Check if popup window is focused
  *
  * @return bool
  */
 private function isPopupFocused()
 {
     return $this->driver->getWindowHandle() == self::WINDOW_NAME;
 }