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/
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/
DWebDriverTouchAction.php16 protected $touchScreen; variable in Facebook\\WebDriver\\Interactions\\Touch\\WebDriverTouchAction
30 $this->touchScreen = $touch_screen;
DWebDriverDoubleTapAction.php11 $this->touchScreen->doubleTap($this->locationProvider);
DWebDriverTapAction.php11 $this->touchScreen->tap($this->locationProvider);
DWebDriverLongPressAction.php11 $this->touchScreen->longPress($this->locationProvider);
DWebDriverScrollAction.php26 $this->touchScreen->scroll($this->x, $this->y);
DWebDriverDownAction.php32 $this->touchScreen->down($this->x, $this->y);
DWebDriverMoveAction.php26 $this->touchScreen->move($this->x, $this->y);
DWebDriverFlickAction.php32 $this->touchScreen->flick($this->x, $this->y);
DWebDriverScrollFromElementAction.php32 $this->touchScreen->scrollFromElement(
DWebDriverFlickFromElementAction.php45 $this->touchScreen->flickFromElement(
/template/strap/vendor/php-webdriver/webdriver/lib/
DWebDriverUpAction.php27 $this->touchScreen->up($this->x, $this->y);