Searched refs:touch_screen (Results 1 – 8 of 8) sorted by relevance
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Touch/ |
D | WebDriverFlickAction.php | 19 * @param WebDriverTouchScreen $touch_screen 23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument 27 parent::__construct($touch_screen);
|
D | WebDriverDownAction.php | 19 * @param WebDriverTouchScreen $touch_screen 23 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument 27 parent::__construct($touch_screen);
|
D | WebDriverScrollAction.php | 13 * @param WebDriverTouchScreen $touch_screen 17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument 21 parent::__construct($touch_screen);
|
D | WebDriverMoveAction.php | 13 * @param WebDriverTouchScreen $touch_screen 17 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument 21 parent::__construct($touch_screen);
|
D | WebDriverTouchAction.php | 23 * @param WebDriverTouchScreen $touch_screen 27 WebDriverTouchScreen $touch_screen, argument 30 $this->touchScreen = $touch_screen;
|
D | WebDriverScrollFromElementAction.php | 14 * @param WebDriverTouchScreen $touch_screen 20 WebDriverTouchScreen $touch_screen, argument 27 parent::__construct($touch_screen, $element);
|
D | WebDriverFlickFromElementAction.php | 24 * @param WebDriverTouchScreen $touch_screen 31 WebDriverTouchScreen $touch_screen, argument 40 parent::__construct($touch_screen, $element);
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
D | WebDriverUpAction.php | 14 * @param WebDriverTouchScreen $touch_screen 18 public function __construct(WebDriverTouchScreen $touch_screen, $x, $y) argument 22 parent::__construct($touch_screen);
|