We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35044b1 commit 437dd18Copy full SHA for 437dd18
dotnet/src/webdriver/IE/InternetExplorerDriverService.cs
@@ -78,9 +78,9 @@ public InternetExplorerDriverLogLevel LoggingLevel
78
}
79
80
/// <summary>
81
- /// Gets or sets the engine implementation to be used by the IEDriverServer.
+ /// Gets or sets the implementation to be used by the IEDriverServer.
82
/// </summary>
83
- public InternetExplorerDriverEngine EngineImplementation
+ public InternetExplorerDriverEngine Implementation
84
{
85
get { return this.engineImplementation; }
86
set { this.engineImplementation = value; }
0 commit comments