Home
last modified time | relevance | path

Searched refs:TOUCH_MOVE (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DDriverCommand.php117 const TOUCH_MOVE = 'touchMove'; define in Facebook\\WebDriver\\Remote\\DriverCommand
H A DRemoteTouchScreen.php131 $this->executor->execute(DriverCommand::TOUCH_MOVE, [
H A DHttpCommandExecutor.php130 … DriverCommand::TOUCH_MOVE => ['method' => 'POST', 'url' => '/session/:sessionId/touch/move'],