Home
last modified time | relevance | path

Searched refs:command_name (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
DRemoteExecuteMethod.php21 * @param string $command_name
25 public function execute($command_name, array $parameters = []) argument
27 return $this->driver->execute($command_name, $parameters);
DExecuteMethod.php8 * @param string $command_name
12 public function execute($command_name, array $parameters = []); argument