Table of Contents

Interface IHasCommandExecutor

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

An interface indicating that the implementing class has a command executor.

public interface IHasCommandExecutor

Properties

CommandExecutor

Gets the command executor.

ICommandExecutor CommandExecutor { get; }

Property Value

ICommandExecutor