Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTouchScreen.php147 $this->executor->execute(DriverCommand::TOUCH_SCROLL, [
164 $this->executor->execute(DriverCommand::TOUCH_SCROLL, [
H A DDriverCommand.php118 const TOUCH_SCROLL = 'touchScroll'; define in Facebook\\WebDriver\\Remote\\DriverCommand
H A DHttpCommandExecutor.php131 … DriverCommand::TOUCH_SCROLL => ['method' => 'POST', 'url' => '/session/:sessionId/touch/scroll'],