/**
  * @return WebDriverTouchScreen
  * @throws WebDriverException
  */
 public function getTouch()
 {
     try {
         return $this->driver->getTouch();
     } catch (WebDriverException $exception) {
         $this->dispatchOnException($exception);
     }
 }