diff --git a/dotnet/src/webdriver/IE/InternetExplorerDriverService.cs b/dotnet/src/webdriver/IE/InternetExplorerDriverService.cs index 01546ef369847..ce8561cbe2a30 100644 --- a/dotnet/src/webdriver/IE/InternetExplorerDriverService.cs +++ b/dotnet/src/webdriver/IE/InternetExplorerDriverService.cs @@ -78,9 +78,9 @@ public InternetExplorerDriverLogLevel LoggingLevel } /// - /// Gets or sets the engine implementation to be used by the IEDriverServer. + /// Gets or sets the implementation to be used by the IEDriverServer. /// - public InternetExplorerDriverEngine EngineImplementation + public InternetExplorerDriverEngine Implementation { get { return this.engineImplementation; } set { this.engineImplementation = value; }