/
home
/
ubuntu
/
html
/
cravings
/
vendor
/
php-webdriver
/
webdriver
/
lib
/
Interactions
/
Touch
/
Upload File
HOME
<?php namespace Facebook\WebDriver\Interactions\Touch; use Facebook\WebDriver\WebDriverAction; class WebDriverLongPressAction extends WebDriverTouchAction implements WebDriverAction { public function perform() { $this->touchScreen->longPress($this->locationProvider); } }