Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
DWebDriverCoordinates.php6 use Facebook\WebDriver\WebDriverPoint; alias
46 * @return WebDriverPoint
56 * @return WebDriverPoint
64 * @return WebDriverPoint
/template/strap/vendor/php-webdriver/webdriver/lib/
DWebDriverPoint.php8 class WebDriverPoint class
44 * @return WebDriverPoint The same instance with updated coordinates.
59 * @return WebDriverPoint The same instance with updated coordinates.
72 * @param WebDriverPoint $point The point to be compared with.
DWebDriverWindow.php34 * @return WebDriverPoint The current window position.
43 return new WebDriverPoint(
142 * @param WebDriverPoint $position
145 public function setPosition(WebDriverPoint $position)
DWebDriverElement.php56 * @return WebDriverPoint The location of the element.
64 * @return WebDriverPoint The location of the element.
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
DRemoteWebElement.php14 use Facebook\WebDriver\WebDriverPoint; alias
221 * @return WebDriverPoint The location of the element.
230 return new WebDriverPoint($location['x'], $location['y']);
237 * @return WebDriverPoint The location of the element.
261 return new WebDriverPoint($location['x'], $location['y']);
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
DEventFiringWebElement.php12 use Facebook\WebDriver\WebDriverPoint; alias
202 * @return WebDriverPoint
216 * @return WebDriverPoint