Home
last modified time | relevance | path

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

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDriverCommand.php116 const TOUCH_UP = 'touchUp'; define in Facebook\\WebDriver\\Remote\\DriverCommand
H A DRemoteTouchScreen.php181 $this->executor->execute(DriverCommand::TOUCH_UP, [
H A DHttpCommandExecutor.php132 DriverCommand::TOUCH_UP => ['method' => 'POST', 'url' => '/session/:sessionId/touch/up'],