Home
last modified time | relevance | path

Searched refs:getCoordinates (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Internal/
H A DWebDriverLocatable.php15 public function getCoordinates(); function
/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchAction.php40 ? $this->locationProvider->getCoordinates() : null;
/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverMouseAction.php38 return $this->locationProvider->getCoordinates();
H A DWebDriverKeysRelatedAction.php45 $this->mouse->click($this->locationProvider->getCoordinates());
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php231 public function getCoordinates() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
234 return $this->element->getCoordinates();
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php267 public function getCoordinates() function in Facebook\\WebDriver\\Remote\\RemoteWebElement