Files
-S.I.S-QuaySo_v2/vendor/php-webdriver/webdriver/lib/Remote/ExecuteMethod.php
T

13 lines
225 B
PHP

<?php
namespace Facebook\WebDriver\Remote;
interface ExecuteMethod
{
/**
* @param string $command_name
* @return WebDriverResponse
*/
public function execute($command_name, array $parameters = []);
}