| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/php-webdriver/webdriver/lib/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/php-webdriver/webdriver/lib/WebDriverAction.php |
<?php
namespace Facebook\WebDriver;
/**
* Interface representing a single user-interaction action.
*/
interface WebDriverAction
{
public function perform();
}