Interface ICommandExecutor
Provides a way to send commands to the remote server
public interface ICommandExecutor
Properties
CommandInfoRepository
Gets the repository of objects containin information about commands.
CommandInfoRepository CommandInfoRepository { get; }
Property Value
Methods
Execute(Command)
Executes a command
Response Execute(Command commandToExecute)
Parameters
commandToExecute
CommandThe command you wish to execute
Returns
- Response
A response from the browser