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

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