Home
last modified time | relevance | path

Searched refs:touchScreen (Results 1 – 12 of 12) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverTouchActions.php27 protected $touchScreen; variable in Facebook\\WebDriver\\Interactions\\WebDriverTouchActions
32 $this->touchScreen = $driver->getTouch();
42 new WebDriverTapAction($this->touchScreen, $element)
56 new WebDriverDownAction($this->touchScreen, $x, $y)
70 new WebDriverUpAction($this->touchScreen, $x, $y)
84 new WebDriverMoveAction($this->touchScreen, $x, $y)
98 new WebDriverScrollAction($this->touchScreen, $x, $y)
113 new WebDriverScrollFromElementAction($this->touchScreen, $element, $x, $y)
126 new WebDriverDoubleTapAction($this->touchScreen, $element)
139 new WebDriverLongPressAction($this->touchScreen, $element)
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
H A DWebDriverTouchAction.php16 protected $touchScreen; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverTouchAction
30 $this->touchScreen = $touch_screen;
H A DWebDriverDoubleTapAction.php11 $this->touchScreen->doubleTap($this->locationProvider);
H A DWebDriverTapAction.php11 $this->touchScreen->tap($this->locationProvider);
H A DWebDriverLongPressAction.php11 $this->touchScreen->longPress($this->locationProvider);
H A DWebDriverScrollAction.php26 $this->touchScreen->scroll($this->x, $this->y);
H A DWebDriverDownAction.php32 $this->touchScreen->down($this->x, $this->y);
H A DWebDriverMoveAction.php26 $this->touchScreen->move($this->x, $this->y);
H A DWebDriverFlickAction.php32 $this->touchScreen->flick($this->x, $this->y);
H A DWebDriverScrollFromElementAction.php32 $this->touchScreen->scrollFromElement(
H A DWebDriverFlickFromElementAction.php45 $this->touchScreen->flickFromElement(
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverUpAction.php27 $this->touchScreen->up($this->x, $this->y);