Searched refs:WebDriverPoint (Results 1 – 6 of 6) sorted by relevance
6 use Facebook\WebDriver\WebDriverPoint; alias46 * @return WebDriverPoint56 * @return WebDriverPoint64 * @return WebDriverPoint
8 class WebDriverPoint class44 * @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.
34 * @return WebDriverPoint The current window position.43 return new WebDriverPoint(142 * @param WebDriverPoint $position145 public function setPosition(WebDriverPoint $position)
56 * @return WebDriverPoint The location of the element.64 * @return WebDriverPoint The location of the element.
14 use Facebook\WebDriver\WebDriverPoint; alias221 * @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']);
12 use Facebook\WebDriver\WebDriverPoint; alias202 * @return WebDriverPoint216 * @return WebDriverPoint