/**
  * @return WebDriverCoordinates
  */
 public function getCoordinates() {
   try {
     return $this->element->getCoordinates();
   } catch (WebDriverException $exception) {
     $this->dispatchOnException($exception);
   }
 }