| Current File : /var/www/orientalss.com/vendor/php-webdriver/webdriver/lib/Remote/ExecuteMethod.php |
<?php
namespace Facebook\WebDriver\Remote;
interface ExecuteMethod
{
/**
* @param string $command_name
* @return WebDriverResponse
*/
public function execute($command_name, array $parameters = []);
}