File "ExecuteMethod.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/php-webdriver/webdriver/lib/Remote/ExecuteMethod.php
File size: 225 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facebook\WebDriver\Remote;
interface ExecuteMethod
{
/**
* @param string $command_name
* @return WebDriverResponse
*/
public function execute($command_name, array $parameters = []);
}