예제 #1
0
파일: Debug.php 프로젝트: blackakula/wdebug
 /**
  * Check if popup window is focused
  *
  * @return bool
  */
 private function isPopupFocused()
 {
     return $this->driver->getWindowHandle() == self::WINDOW_NAME;
 }