Class SafariDriverCommandExecutor
Provides a way of executing Commands using the SafariDriver.
public class SafariDriverCommandExecutor : ICommandExecutor
- Inheritance
-
SafariDriverCommandExecutor
- Implements
- Inherited Members
Constructors
SafariDriverCommandExecutor(SafariOptions)
Initializes a new instance of the SafariDriverCommandExecutor class.
public SafariDriverCommandExecutor(SafariOptions options)
Parameters
options
SafariOptionsThe SafariOptions used to create the command executor.
Properties
CommandInfoRepository
Gets the repository of objects containin information about commands.
public CommandInfoRepository CommandInfoRepository { get; }
Property Value
Methods
Execute(Command)
Executes a command
public Response Execute(Command commandToExecute)
Parameters
commandToExecute
CommandThe command you wish to execute
Returns
- Response
A response from the browser