コード例 #1
0
 /**
  * @return WebDriverLocation
  * @throws WebDriverException
  */
 public function getLocationOnScreenOnceScrolledIntoView() {
   try {
     return $this->element->getLocationOnScreenOnceScrolledIntoView();
   } catch (WebDriverException $exception) {
     $this->dispatchOnException($exception);
   }
 }