Home
last modified time | relevance | path

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

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