Skip to content

Commit 437dd18

Browse files
committed
Renaming EngineImplementation property to simply Implementation in InternetExplorerDriverService class
1 parent 35044b1 commit 437dd18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/webdriver/IE/InternetExplorerDriverService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ public InternetExplorerDriverLogLevel LoggingLevel
7878
}
7979

8080
/// <summary>
81-
/// Gets or sets the engine implementation to be used by the IEDriverServer.
81+
/// Gets or sets the implementation to be used by the IEDriverServer.
8282
/// </summary>
83-
public InternetExplorerDriverEngine EngineImplementation
83+
public InternetExplorerDriverEngine Implementation
8484
{
8585
get { return this.engineImplementation; }
8686
set { this.engineImplementation = value; }

0 commit comments

Comments
 (0)