Nearsoft\SeleniumClient\Http\SeleniumAdapter::execute PHP Метод

execute() публичный Метод

public execute ( Command $command, $trace = false )
$command Nearsoft\SeleniumClient\Commands\Command
    public function execute(Commands\Command $command, $trace = false)
    {
        $response = parent::execute($command, $trace);
        $this->validateSeleniumResponseCode($response, $command->getPolling());
        $this->validateHttpCode($response, $command->getPolling());
        return $response;
    }