public function execute($name, $params)
 {
     try {
         return $this->driver->execute($name, $params);
     } catch (WebDriverException $exception) {
         $this->dispatchOnException($exception);
     }
 }