Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDriverCommand.php115 const TOUCH_DOWN = 'touchDown'; define in Facebook\\WebDriver\\Remote\\DriverCommand
H A DRemoteTouchScreen.php64 $this->executor->execute(DriverCommand::TOUCH_DOWN, [
H A DHttpCommandExecutor.php126 … DriverCommand::TOUCH_DOWN => ['method' => 'POST', 'url' => '/session/:sessionId/touch/down'],