コード例 #1
0
 /**
  * @throws WebDriverException
  */
 public function quit()
 {
     try {
         $this->driver->quit();
     } catch (WebDriverException $exception) {
         $this->dispatchOnException($exception);
     }
 }
コード例 #2
0
ファイル: Navigator.php プロジェクト: cargomedia/webnavigator
 public function quit()
 {
     $this->_webDriver->quit();
 }