Home
last modified time | relevance | path

Searched refs:locationProvider (Results 1 – 8 of 8) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
DWebDriverMouseAction.php20 protected $locationProvider; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverMouseAction
29 $this->locationProvider = $location_provider;
37 if ($this->locationProvider !== null) {
38 return $this->locationProvider->getCoordinates();
46 $this->mouse->mouseMove($this->locationProvider);
DWebDriverKeysRelatedAction.php25 protected $locationProvider; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverKeysRelatedAction
39 $this->locationProvider = $location_provider;
44 if ($this->locationProvider) {
45 $this->mouse->click($this->locationProvider->getCoordinates());
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
DWebDriverTouchAction.php20 protected $locationProvider; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverTouchAction
31 $this->locationProvider = $location_provider;
39 return $this->locationProvider !== null
40 ? $this->locationProvider->getCoordinates() : null;
DWebDriverDoubleTapAction.php11 $this->touchScreen->doubleTap($this->locationProvider);
DWebDriverLongPressAction.php11 $this->touchScreen->longPress($this->locationProvider);
DWebDriverTapAction.php11 $this->touchScreen->tap($this->locationProvider);
DWebDriverScrollFromElementAction.php33 $this->locationProvider,
DWebDriverFlickFromElementAction.php46 $this->locationProvider,