| Current Path : /home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Interactions/Touch/ |
| Current File : //home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Interactions/Touch/WebDriverTapAction.php |
<?php
namespace Facebook\WebDriver\Interactions\Touch;
use Facebook\WebDriver\WebDriverAction;
class WebDriverTapAction extends WebDriverTouchAction implements WebDriverAction
{
public function perform()
{
$this->touchScreen->tap($this->locationProvider);
}
}