updated-packages
This commit is contained in:
13
vendor/php-webdriver/webdriver/lib/Remote/ExecuteMethod.php
vendored
Normal file
13
vendor/php-webdriver/webdriver/lib/Remote/ExecuteMethod.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Facebook\WebDriver\Remote;
|
||||
|
||||
interface ExecuteMethod
|
||||
{
|
||||
/**
|
||||
* @param string $command_name
|
||||
* @param array $parameters
|
||||
* @return WebDriverResponse
|
||||
*/
|
||||
public function execute($command_name, array $parameters = []);
|
||||
}
|
Reference in New Issue
Block a user