Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/php-webdriver/webdriver/lib/Interactions/Touch/
Upload File :
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);
    }
}