File "WebDriverAction.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/WebDriverAction.php
File size: 167 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facebook\WebDriver;
/**
* Interface representing a single user-interaction action.
*/
interface WebDriverAction
{
public function perform();
}