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