Table of Contents

Interface ICommandExecutor

Namespace
OpenQA.Selenium.Remote
Assembly
WebDriver.dll

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

CommandInfoRepository

Methods

Execute(Command)

Executes a command

Response Execute(Command commandToExecute)

Parameters

commandToExecute Command

The command you wish to execute

Returns

Response

A response from the browser