Searched refs:locationProvider (Results 1 – 8 of 8) sorted by relevance
20 protected $locationProvider; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverMouseAction29 $this->locationProvider = $location_provider;37 if ($this->locationProvider !== null) {38 return $this->locationProvider->getCoordinates();46 $this->mouse->mouseMove($this->locationProvider);
25 protected $locationProvider; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverKeysRelatedAction39 $this->locationProvider = $location_provider;44 if ($this->locationProvider) {45 $this->mouse->click($this->locationProvider->getCoordinates());
20 protected $locationProvider; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverTouchAction31 $this->locationProvider = $location_provider;39 return $this->locationProvider !== null40 ? $this->locationProvider->getCoordinates() : null;
11 $this->touchScreen->doubleTap($this->locationProvider);
11 $this->touchScreen->longPress($this->locationProvider);
11 $this->touchScreen->tap($this->locationProvider);
33 $this->locationProvider,
46 $this->locationProvider,