示例#1
0
 public function tearDown()
 {
     parent::tearDown();
     if ($this->webDriver !== NULL) {
         $this->webDriver->close();
     }
 }
示例#2
0
 protected function tearDown()
 {
     parent::tearDown();
     if (!is_null($this->remoteWebDriver)) {
         $this->remoteWebDriver->close();
         $this->remoteWebDriver = null;
     }
 }
示例#3
0
 protected function tearDown()
 {
     $this->webDriver->close();
 }
 public function tearDown()
 {
     $this->webDriver->close();
 }