Exemplo n.º 1
0
 public function tearDown()
 {
     parent::tearDown();
     if ($this->webDriver !== NULL) {
         $this->webDriver->close();
     }
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     parent::tearDown();
     if (!is_null($this->remoteWebDriver)) {
         $this->remoteWebDriver->close();
         $this->remoteWebDriver = null;
     }
 }
Exemplo n.º 3
0
 protected function tearDown()
 {
     $this->webDriver->close();
 }
Exemplo n.º 4
0
 public function tearDown()
 {
     $this->webDriver->close();
 }