Interface IHasCommandExecutor NamespaceOpenQA.Selenium AssemblyWebDriver.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