Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/php-webdriver/webdriver/lib/
Upload File :
Current File : //proc/thread-self/root/home/rtorresani/www/vendor/php-webdriver/webdriver/lib/WebDriverAction.php

<?php

namespace Facebook\WebDriver;

/**
 * Interface representing a single user-interaction action.
 */
interface WebDriverAction
{
    public function perform();
}